Skip to main content
Glama

trello_get_list_cards

Retrieve all cards from a specific Trello list by its ID to see tasks and items in a workflow column, with optional filtering by open, closed, or all.

Instructions

Get all cards in a specific Trello list. Use this to see all tasks/items in a workflow column.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesTrello API token (automatically provided by Claude.app from your stored credentials)
apiKeyYesTrello API key (automatically provided by Claude.app from your stored credentials)
fieldsNoOptional: specific fields to include (e.g., ["name", "desc", "due", "labels", "members"])
filterNoFilter cards by status: "open" for active cards, "closed" for archived cards, "all" for bothopen
listIdYesID of the list to get cards from (you can get this from get_lists)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It fails to disclose that the default filter is 'open' (excluding archived cards) despite the schema, and it doesn't mention response format, pagination, or authentication behavior. The phrase 'Get all cards' could mislead agents into thinking closed cards are included by default.

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 two concise sentences that both earn their place: one states the core function, the other provides usage context. No unnecessary words or repetition of schema details.

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?

The tool has 5 parameters and no output schema, yet the description doesn't explain the return format or the default filter behavior. While the purpose is clear, important operational details are left to the schema and the agent's inference.

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% as every parameter has a detailed description (e.g., listId pattern, filter enum with defaults). The description adds no parameter-level semantics beyond the schema, so the baseline of 3 is appropriate.

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 'Get all cards in a specific Trello list' with a specific verb and resource, and the phrase 'workflow column' adds useful context. It inherently distinguishes from sibling tools like trello_get_board_cards, which operate at the board level.

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 provides a clear use case: 'Use this to see all tasks/items in a workflow column.' This tells the agent when to use it, but it doesn't mention exclusions or alternatives (e.g., when to use trello_get_board_cards for board-level retrieval).

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/shameelcinemagics/trello_mcp'

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