Skip to main content
Glama

Monday.com MCP Server

by Prat011

monday-get-doc-content

Retrieve the content of a specific Monday.com document by its unique ID using the MCP server, enabling efficient access to board-related information.

Instructions

Get the content of a specific document by ID

Input Schema

NameRequiredDescriptionDefault
doc_idYesID of the Monday.com document to retrieve.

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "description": "ID of the Monday.com document to retrieve.", "type": "string" } }, "required": [ "doc_id" ], "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