Skip to main content
Glama

Move Trello Card

trello_move_card

Move a Trello card to a specific list using list ID or exact list name.

Instructions

Move a card to a destination list id or exact list name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardIdYesTrello card id.
listIdNoDestination list id.
boardIdNoBoard id, required when using listName unless TRELLO_BOARD_ID is set.
listNameNoExact destination list name.
Behavior2/5

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

No annotations are provided, so the description bears the full burden. It only restates the action without disclosing side effects, permissions, idempotency, or what happens on success/failure. The description adds minimal behavioral context beyond the schema.

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 a single concise sentence that front-loads the core action. It is appropriately brief but could benefit from structured guidance for the two destination options.

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 complexity (4 params, no output schema), the description is minimal. It covers the basic operation but lacks details on param relationships, error handling, and return values, leaving some ambiguity for an AI agent.

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%, so all parameters have descriptions. The tool description adds the context that listId and listName are alternatives ('or'), but does not clarify mutual exclusivity or the need for boardId when using listName, which is already in the schema.

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 'Move a card' and the target 'destination list id or exact list name'. It distinguishes this tool from siblings like update, archive, or create cards.

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 when to use it (to move a card to a specific list) and mentions two ways (by id or name), but does not provide explicit guidance on when to prefer one over the other or mention alternatives or prerequisites like boardId.

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

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