Platform MCP tools

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 49 tools that let AI agents read and write monday.com data. Each tool maps to one or more operations in the monday.com GraphQL API, so anything you do through the MCP you can also do programmatically.

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.


Boards & Items

Core tools for creating, reading, and updating boards, groups, columns, and items — the fundamental building blocks of monday.com.

ToolDescriptionGraphQL API
create_boardCreate a new board in a workspacecreate_board
get_board_infoGet board metadata, columns, groups, views, and ownersboards
get_board_items_pagePaginate through all items on a boarditems_page
get_board_activityRetrieve activity logs for a boardboards { activity_logs }
board_insightsAggregate, filter, and group board dataitems_by_column_values
create_groupCreate a new group inside a boardcreate_group
create_columnAdd a new column to a boardcreate_column
get_column_type_infoGet schema and settings for a column typeColumn types reference
create_itemCreate an item, subitem, or duplicate an existing itemcreate_item
change_item_column_valuesUpdate one or more column values on an itemchange_multiple_column_values

Workspaces & Organization

Tools for managing workspaces, folders, and the position of objects within the monday.com hierarchy.

ToolDescriptionGraphQL API
create_workspaceCreate a new workspacecreate_workspace
update_workspaceUpdate an existing workspace's name, kind, or descriptionupdate_workspace
list_workspacesList all workspaces available to the userworkspaces
workspace_infoGet boards, docs, and folders within a workspaceworkspaces
create_folderCreate a new folder in a workspacecreate_folder
update_folderRename, recolor, or move a folderupdate_folder
move_objectMove a board, folder, or overview to a new locationmove_to_folder

Docs

Tools for creating, updating, and reading monday.com WorkDocs.

ToolDescriptionGraphQL API
create_docCreate a new WorkDoc in a workspace or attached to an itemcreate_doc
update_docUpdate content and blocks in an existing docadd_blocks_to_document
read_docsFetch documents by ID, object ID, or workspacedocs

Dashboards & Widgets

Tools for building data visualization dashboards and adding widgets to them.

ToolDescriptionGraphQL API
create_dashboardCreate a new dashboard aggregating data from one or more boardscreate_board (type: dashboard)
create_widgetAdd a widget to a dashboard or board viewcreate_widget
all_widgets_schemaFetch JSON Schema definitions for all available widget types

Forms

Tools for creating and managing monday.com WorkForms, including questions and submissions.

ToolDescriptionGraphQL API
create_formCreate a new WorkForm with a backing board
get_formRetrieve a WorkForm by its token
update_formUpdate form settings, password, or tags
form_questions_editorCreate, update, or delete questions on a form
create_form_submissionSubmit a response to a WorkForm

Users & Teams

Tools for looking up users and teams in the monday.com account.

ToolDescriptionGraphQL API
get_user_contextGet the current user, account info, and their boards/workspacesme
list_users_and_teamsFetch users and/or teams by ID or nameusers, teams

Updates & Notifications

Tools for posting comments on items and sending notifications to users.

ToolDescriptionGraphQL API
create_updatePost a comment or reply on an itemcreate_update
get_updatesRetrieve updates (comments) from an item or boardupdates
create_notificationSend a bell notification (and optionally email) to a usercreate_notification

Search & Assets

Tools for searching across the account and accessing uploaded files.

ToolDescriptionGraphQL API
searchSearch for boards, documents, forms, and foldersboards, docs
get_assetsRetrieve file metadata and download URLs by asset IDassets

AI Agents

Tools for creating and managing monday.com AI agents — user-built work orchestrators that automate workflows on the platform.

ToolDescriptionGraphQL API
create_agentCreate a personal AI agent on the monday.com platform
get_agentRetrieve one or more agents by ID
delete_agentPermanently delete an agent and all its versions

Meetings

Tools for accessing AI notetaker meeting summaries, topics, and action items.

ToolDescriptionGraphQL API
get_notetaker_meetingsRetrieve notetaker meetings with summaries and action items

Sprints (monday-dev)

Tools for working with sprint boards in monday-dev accounts.

ToolDescriptionGraphQL API
get_monday_dev_sprints_boardsDiscover sprint boards and their associated task boardsboards
get_sprints_metadataGet sprint names, dates, goals, and status for a sprints boarditems_page
get_sprint_summaryGet a full summary and analysis of a sprint's performanceitems_page

API & Schema

Low-level tools that expose the monday.com GraphQL API directly for advanced and developer use cases.

ToolDescriptionGraphQL API
all_monday_apiExecute any GraphQL query or mutation against the monday.com APIFull API reference
get_graphql_schemaFetch the monday.com GraphQL schema (queries and mutations)Introspection
get_type_detailsGet fields, arguments, and metadata for a specific GraphQL typeIntrospection

UI Components

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.

ToolDescription
show_tableRenders an interactive table view of board items
show_chartRenders a pie or bar chart visualization
show_batteryRenders a battery/progress indicator
show_assignRenders a smart assignment interface