Skip to main content
Glama
sakce

Monday.com MCP Server

by sakce

monday-create-doc

Generate documents in Monday.com by specifying a workspace with document type or a board with column and item details. Organize content directly within your workflow.

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

TableJSON 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).
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the creation action but doesn't describe what happens after creation (e.g., returns document ID, requires specific permissions, rate limits, or error conditions). For a mutation tool with zero annotation coverage, this leaves significant behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly concise - a single sentence that immediately states the purpose and provides the critical location parameter guidance. Every word earns its place with zero wasted text, and it's front-loaded with the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a creation tool with no annotations and no output schema, the description is adequate but incomplete. It covers the location parameter logic well but doesn't address what the tool returns, error handling, or permission requirements. Given the mutation nature and lack of structured safety information, more context would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 6 parameters thoroughly. The description adds minimal value by clarifying the mutually exclusive parameter groups (workspace_id+kind vs. board_id+column_id+item_id), but doesn't provide additional semantic context beyond what's in the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create a new document') and resource ('in Monday.com'), specifying the exact operation. It distinguishes from siblings like monday-create-board or monday-create-item by focusing specifically on document creation, not other Monday.com entities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool by specifying two alternative location contexts (workspace vs. board). However, it doesn't mention when NOT to use it or compare it directly to sibling tools like monday-add-doc-block, which might be for adding content to existing documents.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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