@mondaydotcomorg/agent-toolkit 2.14.0 → 2.15.0
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 +2 -0
- package/dist/cjs/core/index.js +339 -169
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/mcp/index.js +354 -184
- package/dist/cjs/mcp/index.js.map +1 -1
- package/dist/cjs/openai/index.js +338 -168
- package/dist/cjs/openai/index.js.map +1 -1
- package/dist/esm/core/index.js +340 -170
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/mcp/index.js +344 -174
- package/dist/esm/mcp/index.js.map +1 -1
- package/dist/esm/openai/index.js +340 -170
- package/dist/esm/openai/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,6 +38,8 @@ The toolkit includes several pre-built tools for common monday.com operations, o
|
|
|
38
38
|
### WorkForms Operations
|
|
39
39
|
- `CreateFormTool` - Create a monday.com form
|
|
40
40
|
- `GetFormTool` - Get a form by its token, found in the form's URL
|
|
41
|
+
- `UpdateFormTool` - Update a monday.com form, including updating the form's feature settings, appearance settings, accessibility settings, title, description, question order, form tags, and form password
|
|
42
|
+
- `FormQuestionsEditorTool` - Create, update, or delete a question in a monday.com form
|
|
41
43
|
|
|
42
44
|
### Account Operations
|
|
43
45
|
- `GetUsersTool` - Get users, can be filtered by name or partial name
|