Skip to main content
Glama

createMondayItem

Creates a new item in a specified Monday board and group, with optional column values. Add tasks or entries directly to Monday.com.

Instructions

Creates a new item in the specified Monday board and group with optional column values. The column_values parameter should follow the format { "column_id": "value" } for each column to be set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_idYesThe unique identifier of the Monday board
group_idYesThe unique identifier of the group within the board
item_nameYesName of the new item to create
column_valuesNoObject containing column values for the new item. Example: { "status": "Planning", "person": "1324234" }
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the create action and the column_values format, but omits details about required permissions, success/failure responses, idempotency, or side effects, leaving the agent to guess write access and return behavior.

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 exactly two sentences, front-loaded with the purpose and then the key parameter detail. Every sentence earns its place with no redundancy or filler.

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?

The description covers the core action and parameter format, but lacks return value details or prerequisites (e.g., needing board and group IDs upfront). With no output schema or annotations, the agent is left without information on what the API returns after creation.

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

Parameters4/5

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

Schema coverage is 100% and the description adds a generic format template for column_values ('column_id: value'), which reinforces the schema's example. This provides extra clarity beyond the schema, though the schema alone already documents all parameters well.

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 a specific action ('Creates a new item') and the exact resource (Monday board and group), distinguishing it from sibling tools like updateMondayItem and createMondayUpdate. The verb and resource are unambiguous.

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

Usage Guidelines3/5

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

The description implies the usage context (creating a new Monday item) but does not explicitly mention when not to use it or recommend alternatives. It lacks explicit exclusions or comparisons to createMondayUpdate or updateMondayItem.

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

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/grantanderson603-bit/mcp-d1839'

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