Skip to main content
Glama

Monday.com MCP Server

monday-add-doc-block

Insert a new block into a Monday.com document by specifying the document ID, block type (e.g., text, list, heading), and content. Optionally position the block after a specific block ID.

Instructions

Add a block to a document

Input Schema

NameRequiredDescriptionDefault
after_block_idNoOptional ID of the block to add this block after.
block_typeYesType of block to add (normal_text, bullet_list, numbered_list, heading, divider, etc.).
contentYesContent of the block to add.
doc_idYesID of the Monday.com document to add a block to.

Input Schema (JSON Schema)

{ "properties": { "after_block_id": { "description": "Optional ID of the block to add this block after.", "type": "string" }, "block_type": { "description": "Type of block to add (normal_text, bullet_list, numbered_list, heading, divider, etc.).", "type": "string" }, "content": { "description": "Content of the block to add.", "type": "string" }, "doc_id": { "description": "ID of the Monday.com document to add a block to.", "type": "string" } }, "required": [ "doc_id", "block_type", "content" ], "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