@mondaydotcomorg/agent-toolkit 2.18.0 → 2.19.1
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 +1 -1
- package/dist/cjs/core/index.js +132 -133
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/mcp/index.js +131 -132
- package/dist/cjs/mcp/index.js.map +1 -1
- package/dist/cjs/openai/index.js +131 -132
- package/dist/cjs/openai/index.js.map +1 -1
- package/dist/esm/core/index.js +132 -133
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/mcp/index.js +131 -132
- package/dist/esm/mcp/index.js.map +1 -1
- package/dist/esm/openai/index.js +131 -132
- package/dist/esm/openai/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ The toolkit includes several pre-built tools for common monday.com operations, o
|
|
|
23
23
|
### Item Operations
|
|
24
24
|
- `CreateItemTool` - Create a new item in a monday.com board
|
|
25
25
|
- `DeleteItemTool` - Delete an item from a board
|
|
26
|
-
- `
|
|
26
|
+
- `GetBoardItemsPageTool` - Get items by board id and apply filters
|
|
27
27
|
- `CreateUpdateTool` - Create a new update on a specific item
|
|
28
28
|
- `ChangeItemColumnValuesTool` - Change the column values of an item in a monday.com board
|
|
29
29
|
- `MoveItemToGroupTool` - Move an item to a group in a monday.com board
|