Tools
| Name | Description |
|---|---|
monday_create_columnCreates a new column in board. | Creates a new column in board. |
monday_create_groupCreates a new group in board. | Creates a new group in board. |
monday_create_itemCreates a new item inside a board. | Creates a new item inside a board. |
monday_create_updateCreates a new update. | Creates a new update. |
monday_get_board_valuesGets a list of board's items. | Gets a list of board's items. |
monday_get_item_column_valuesGets column values of an item. | Gets column values of an item. |
monday_update_column_values_of_itemUpdates multiple columns values of specific item. | Updates multiple columns values of specific item. |
monday_update_item_nameUpdates an item name. | Updates an item name. |
monday_upload_file_to_columnUpload a file to a column in Monday. | Upload a file to a column in Monday. |
Triggers
| Name | Description |
|---|---|
monday_new_item_in_boardTriggers when a new item is created in board. | Triggers when a new item is created in board. |
monday_specific_column_updatedTriggers when a specific column value is updated in board. | Triggers when a specific column value is updated in board. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('monday', 'monday_create_column', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'monday',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect monday.com to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does monday.com support?
monday.com supports 9 tools including Create Column, Create Group, Create Item, Create Update, Get Board Values, and more.
Can I use monday.com with AI agents?
Yes. Add monday.com to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect monday.com to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add monday.com as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped monday.com tools exposed by that workspace.
Does monday.com work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved monday.com work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with monday.com?
monday.com exposes 9 tools, including Create Column, Create Group, Create Item, Create Update, Get Board Values, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can monday.com be used in stateful agent workflows?
Yes. Agents can combine monday.com tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does monday.com use?
monday.com uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the monday.com integration cost?
The monday.com integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does monday.com support?
monday.com supports 2 triggers including New Item in Board, Specific Column Value Updated in Board.
Connect monday.com in minutes
Get 20,000 free action executions every month. No credit card required.