@mondaydotcomorg/agent-toolkit 2.36.1 → 2.36.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/cjs/core/index.js +118 -118
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/mcp/index.js +27 -27
- package/dist/cjs/mcp/index.js.map +1 -1
- package/dist/cjs/openai/index.js +33 -33
- package/dist/cjs/openai/index.js.map +1 -1
- package/dist/esm/core/index.js +118 -118
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/mcp/index.js +27 -27
- package/dist/esm/mcp/index.js.map +1 -1
- package/dist/esm/openai/index.js +27 -27
- package/dist/esm/openai/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,9 @@ The toolkit includes several pre-built tools for common monday.com operations, o
|
|
|
44
44
|
### Account Operations
|
|
45
45
|
- `ListUsersAndTeams` - Get users or teams, either by ids, names or by searching the account
|
|
46
46
|
|
|
47
|
+
### Workspace Operations
|
|
48
|
+
- `ListWorkspaceTool` - List workspaces available to the user, prioritizing workspaces where the user is a member
|
|
49
|
+
|
|
47
50
|
### Dynamic API Tools
|
|
48
51
|
- `AllMondayApiTool` - Execute any monday.com API operation by generating GraphQL queries and mutations dynamically
|
|
49
52
|
- `GetGraphQLSchemaTool` - Fetch the monday.com GraphQL schema structure including query and mutation definitions
|