Skip to main content
Glama
Deepankar1993

Trello MCP Server - Optimized

update_card

Update existing Trello cards by modifying fields, moving them between lists, or adjusting attributes like name, description, due date, labels, and members.

Instructions

Update an existing card with new properties. Use this tool to modify card details, move it to a different list, or change other attributes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueNoDue date for the card (ISO-8601 format, e.g., 2023-12-31T12:00:00Z), or null to remove
posNoPosition of the card (top, bottom, or a positive number)
descNoNew description for the card
nameNoNew name for the card
coverNoCover settings for the card
startNoStart date for the card (ISO-8601 format, e.g., 2023-12-31T12:00:00Z), or null to remove
cardIdYesID of the card to update
closedNoWhether the card is closed (archived)
fieldsNoSpecific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel')
idListNoID of the list the card should belong to
addressNoAddress for the card
idBoardNoID of the board the card should belong to
idLabelsNoIDs of labels to add to the card (replaces existing labels)
idMembersNoIDs of members to assign to the card (replaces existing members)
subscribedNoWhether the authenticated user is subscribed to the card
coordinatesNoCoordinates for the card (latitude,longitude)
detailLevelNoResponse detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type)
dueCompleteNoWhether the due date is complete
locationNameNoLocation name for the card
idAttachmentCoverNoID of the attachment to use as cover, or null for none
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only says 'update' without revealing whether updates are partial or full replacements, how missing fields are handled, whether moving lists has side effects, or any permission requirements. For a mutation tool with 20 parameters, this is a significant transparency gap.

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 a single concise sentence that is front-loaded with the primary purpose and includes useful examples without unnecessary detail. Every word earns its place.

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?

Given the tool's high complexity (20 parameters, nested objects) and lack of output schema, the description provides only a generic overview. It does not convey the breadth of updatable attributes (cover, labels, members, custom fields, etc.) or clarify overlap with dedicated sibling tools. The rich schema compensates somewhat, but the narrative is not complete enough for an agent to fully understand the tool's scope.

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 all 20 parameters are already well-documented in the schema. The description itself adds little parameter-level meaning beyond broad categories like 'modify card details' and 'move to a different list.' Baseline 3 applies because the schema does the heavy lifting.

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 an existing card with new properties, identifies the resource (card), and gives examples of use (modify details, move list, change attributes). It does not explicitly differentiate from sibling tools like move_card_to_list or archive_card, so it falls short of a 5.

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 offers clear context on when to use the tool ('Use this tool to modify card details, move it to a different list, or change other attributes'). It does not state exclusions or name alternatives, but the context is sufficiently directive for a general-purpose update tool.

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/Deepankar1993/trello-mcp-server-optimize'

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