Skip to main content
Glama

Monday.com MCP Server

monday-create-doc

Generate documents in Monday.com by specifying a workspace or board location. Input title, workspace_id with kind, or board_id with column_id and item_id to create and store new content directly.

Instructions

Create a new document in Monday.com. Specify either workspace_id (with kind) or board_id (with column_id and item_id) as the location.

Input Schema

NameRequiredDescriptionDefault
board_idNoBoard ID to create the document in (required if using board as location).
column_idNoColumn ID for the board location (required if using board_id).
item_idNoItem ID for the board location (required if using board_id).
kindNoKind of document (private, public, share). Required if using workspace_id.
titleYesTitle of the document to create.
workspace_idNoWorkspace ID to create the document in (required if using workspace as location).

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "workspace_id", "kind" ] }, { "required": [ "board_id", "column_id", "item_id" ] } ], "properties": { "board_id": { "description": "Board ID to create the document in (required if using board as location).", "type": "integer" }, "column_id": { "description": "Column ID for the board location (required if using board_id).", "type": "string" }, "item_id": { "description": "Item ID for the board location (required if using board_id).", "type": "integer" }, "kind": { "description": "Kind of document (private, public, share). Required if using workspace_id.", "type": "string" }, "title": { "description": "Title of the document to create.", "type": "string" }, "workspace_id": { "description": "Workspace ID to create the document in (required if using workspace as location).", "type": "integer" } }, "required": [ "title" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sakce/mcp-server-monday'

If you have feedback or need assistance with the MCP directory API, please join our Discord server