@mondaydotcomorg/agent-toolkit 2.36.1 → 2.36.3

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 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