Skip to main content
Glama
agrath

Atlassian Trello MCP Server

get_card

Retrieve detailed information about a Trello card, including its content, status, members, and attachments using its ID or URL.

Instructions

Get detailed information about a specific Trello card, including its content, status, members, and attachments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyNoTrello API key (optional if TRELLO_API_KEY env var is set)
tokenNoTrello API token (optional if TRELLO_TOKEN env var is set)
cardIdYesID or URL of the card to retrieve (e.g. "abc123" or "https://trello.com/c/abc123/1-title")
includeDetailsNoInclude additional details like members, labels, checklists, and activity badges
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only mentions the included content but fails to state that the operation is read-only, lacks rate limits or authentication requirements, and does not describe side effects or error conditions. This omission leaves agents uncertain about safety and constraints.

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 sentence that is front-loaded with the verb 'Get' and contains no unnecessary words. It is efficient but could be slightly improved by structuring the list of included elements in a more scannable way.

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?

Given four parameters and no output schema, the description should explain the return value structure and parameter effects. It does not clarify that members and attachments may only be included if includeDetails is true, nor does it mention the optional apiKey/token parameters. This incompleteness may lead to incorrect agent assumptions.

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?

Input schema has 100% coverage with descriptions for all four parameters, so the baseline is 3. The description adds no extra meaning beyond the schema; it focuses on the return content rather than parameter semantics. For example, the effect of includeDetails is described in the schema but not reinforced in the description.

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 'Get detailed information' and the resource 'a specific Trello card', listing specific components like content, status, members, and attachments. This distinguishes it from sibling tools that focus on sub-resources (e.g., trello_get_card_actions, trello_get_card_attachments) or listing cards (trello_get_board_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 the tool is for retrieving comprehensive card details, but it provides no explicit guidance on when to use this tool versus alternatives like trello_get_card_actions or trello_get_card_checklists. Given the large sibling list, clearer usage context would improve agent decision-making.

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/agrath/Trello-Desktop-MCP'

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