Skip to main content
Glama

miro_update_card

Idempotent

Edit a Miro card's title, description, due date, and position. Modify card properties to reflect updated information.

Instructions

Update a card (title, description, due_date, position).

VOICE-FRIENDLY: "Updated card title to 'Review PR'"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_idYesBoard ID
item_idYesCard ID to update
titleNoNew card title
descriptionNoNew card description/body
due_dateNoNew due date (ISO 8601) or empty to remove
xNoNew X position
yNoNew Y position
widthNoNew width
parent_idNoMove to frame (empty string removes from frame)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
titleNo
descriptionNo
due_dateNo
messageYes
Behavior2/5

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

Annotations already mark the tool as idempotent. The description does not add behavioral details beyond listing updatable fields; it lacks information about error states, partial updates, or authorization requirements.

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

Conciseness4/5

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

The description is very concise with two sentences, front-loading the purpose. The voice-friendly example is an extra but not essential. Some restructuring could improve clarity, but overall it's efficient.

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

Completeness2/5

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

For a tool with 9 parameters and an output schema, the description is too minimal. It does not explain partial update semantics (e.g., omitting a field leaves it unchanged), prerequisites, or the effect of null values. The output schema exists, but the description lacks operational context.

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 coverage is 100%, and the description lists some parameters (title, description, due_date, position) but omits x, y, width, parent_id. The voice-friendly example adds limited value. Baseline 3 is appropriate since schema covers details.

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

Purpose4/5

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

The description clearly states the tool updates a card and lists updatable fields (title, description, due_date, position). It is specific to cards, distinguishing it from generic sibling tools like miro_update_item, though not explicitly.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like miro_update_item or miro_update_sticky. There is no mention of prerequisites or when not to use.

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/olgasafonova/miro-mcp-server'

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