Skip to main content
Glama

Update a card

update_card

Update card details, move to another list, archive, set due dates, or change cover image.

Instructions

Update a card. Use idList to MOVE the card to another list, closed=true to ARCHIVE it, due/dueComplete for due dates, and idAttachmentCover to set an existing image attachment as the card's cover.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCard id
dueNoDue date as ISO 8601, or empty string to clear
posNoPosition: "top", "bottom", or a positive number
descNoNew card description (markdown)
nameNoNew card name/title
closedNotrue to archive the card
idListNoMove the card to this list id
dueCompleteNoMark the due date done
idAttachmentCoverNoId of an image attachment on this card to use as its cover (empty string clears the cover)
Behavior4/5

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

With no annotations, the description reveals key side effects: idList moves the card, closed=true archives it, and idAttachmentCover sets cover. This adds transparency beyond the bare parameter names, though it does not cover all behaviors (e.g., updating desc, name).

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 extremely concise: one sentence (or two short ones) that front-loads the main purpose and then lists key actions. No redundant information.

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

Completeness4/5

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

Given no output schema and 9 parameters, the description covers the most critical behavioral nuances (move, archive, due dates, cover). It does not mention return values or error conditions, but the level of detail is sufficient for a simple update tool.

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?

All 9 parameters are already documented in the schema (100% coverage). The description adds value by explicitly mapping parameters to actions ('idList to MOVE', 'closed=true to ARCHIVE'), which is helpful context beyond the schema's basic 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 'Update a card' and enumerates specific actions (move, archive, set due dates, set cover), distinguishing it from sibling tools like create_card or delete_card.

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 explicit guidance on when to use this tool versus alternatives such as create_card for new cards or delete_card for removal. The description implies usage for modifying existing card attributes but does not clarify exclusions.

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/trinknx/trello-mcp'

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