Title: Platform MCP tools
URL Source: https://developer.monday.com/api-reference/docs/platform-mcp-tools
Markdown Content:
Complete reference for all tools available in the monday.com Platform MCP server, organized by category, with links to individual tool pages and equivalent GraphQL APIs.
The monday.com Platform MCP exposes more than 60 tools that let AI agents read and write monday.com data. Most tools map to one or more operations in the monday.com GraphQL API, so anything you do through the MCP you can also do programmatically. Some newer tools (workflows, automations, agents, and asset uploads) run against the monday.com dev (preview) API schema and are subject to change.
Use this page to browse all available tools by category, then follow the links to individual reference pages for parameters, examples, and the equivalent API calls.
Core tools for creating, reading, and updating boards, groups, columns, and items — the fundamental building blocks of monday.com.
Tools for managing workspaces, folders, and the position of objects within the monday.com hierarchy.
Tools for creating, updating, and reading monday.com WorkDocs.
Tools for building data visualization dashboards and adding widgets to them.
Tools for creating and updating board views (tabs), including table views with column visibility and group-by settings.
Tools for creating and managing monday.com WorkForms, including questions and submissions.
Tools for looking up users and teams in the monday.com account.
Tools for posting comments on items and sending notifications to users.
Tools for searching across the account and accessing uploaded files.
Tools for building cross-board, workspace-level workflows and managing per-board automations. Workflows and automations are different products: workflows are standalone objects scoped to a workspace; automations are per-board trigger/action rules.
| Tool | Description | GraphQL API |
|---|
| list_automations | List automations on a board with their state and config | board_automations |
| manage_automations | Activate, deactivate, or delete an automation | *_live_workflow (dev) |
| create_automation | Create a board automation from a natural-language description | — |
| plan_workflow | Plan workflows for a process and return an implementation plan | — |
| create_workflow | Create a new empty workflow in a workspace | (dev) |
Tools for managing monday.com platform agents — user-built work orchestrators — and their triggers, skills, and knowledge.
| Tool | Description | GraphQL API |
|---|
| manage_agent | Full agent lifecycle: create, get, update, delete, activate, deactivate, run | dev |
| manage_agent_triggers | List, add, or remove the triggers that fire an agent | dev |
| manage_agent_skills | Create skills and attach/detach them from an agent | dev |
| manage_agent_knowledge | Grant, update, or revoke an agent's access to boards and docs | dev |
| agent_catalog | Browse available trigger types and skills | dev |
Tools for accessing AI notetaker meeting summaries, topics, and action items.
Tools for working with sprint boards in monday-dev accounts.
Low-level tools that expose the monday.com GraphQL API directly for advanced and developer use cases.
Internal tools that render visual components in the monday.com MCP chat interface. These tools are called automatically by the MCP server — they are not invoked directly.
| Tool | Description |
|---|
| show_table | Renders an interactive table view of board items |
| show_chart | Renders a pie or bar chart visualization |
| show_battery | Renders a battery/progress indicator |
| show_assign | Renders a smart assignment interface |
Updated about 10 hours ago
Did this page help you?