Skip to main content
Glama

Get cards on a board

get_cards
Read-only

Retrieve Trello cards from a board with optional list or label filters, displaying key details for each.

Instructions

Get cards on a board, optionally narrowed to one list or one label. board_id comes from list_boards; list_id (optional) comes from get_lists; label (optional) is a label NAME as shown by get_labels, matched case-insensitively. include_archived defaults to false, limit defaults to 50. Each card comes back trimmed: id, name, list, labels, due, url and a shortened description — call get_card for the full card with comments and checklists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoOnly return cards carrying a label with this name (case-insensitive).
limitNoMaximum cards to return. Defaults to 50.
list_idNoOnly return cards in this list (from get_lists).
board_idYesBoard id, as returned by list_boards.
include_archivedNoInclude archived cards. Defaults to false.
Behavior5/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, and the description adds behavioral details beyond this: default values for include_archived and limit, case-insensitive label matching, and the trimmed return shape (id, name, list, labels, due, url, shortened description). It also points to get_card for full content. No contradiction.

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 sentences, front-loaded with the core purpose, and every clause adds essential information: filters, source IDs, defaults, return shape, and an alternative tool. There is no redundancy or filler.

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

Completeness5/5

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

Given that there is no output schema, the description adequately explains the return format by listing the trimmed fields and directs users to get_card for full details with comments and checklists. Defaults and filter behavior are specified, making the tool's behavior predictable. The one omission—pagination behavior beyond the limit parameter—is acceptable for a summary list tool.

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 the baseline is 3. The description adds minimal value beyond the schema: it repeats that board_id comes from list_boards and list_id from get_lists, which are already in the schema, and adds only a minor hint that label is a name 'as shown by get_labels'. This is not enough to exceed the baseline.

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 function: 'Get cards on a board' with optional filters. It distinguishes from the sibling tool get_card by noting that this returns trimmed results and that get_card provides full card details. It also differentiates from list-related tools by mentioning that board_id, list_id, and label come from other tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage context: use this for boards and optionally narrow by list or label. It names an alternative (get_card) for full card details, and it explains prerequisites by stating that board_id comes from list_boards, list_id from get_lists, and label from get_labels.

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

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