Skip to main content
Glama

Get Card Movements

get_card_movements

Retrieve a board's confirmed list-to-list card movements from action history, with optional filters for member, card, or lists. Track workflow activity, not productivity.

Instructions

List confirmed list-to-list card movements from a board's action history, optionally filtered by member, card, source list, or destination list. Workflow activity, not a productivity metric.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardYesTrello board ID, shortLink, or full board URL (e.g. https://trello.com/b/abc123/my-board)
sinceNoISO 8601 timestamp — only include actions at or after this time (e.g. 2026-01-01T00:00:00.000Z)
beforeNoISO 8601 timestamp — only include actions strictly before this time
cardIdNoRestrict results to this Trello card ID
memberIdNoRestrict results to this Trello member ID
toListIdNoRestrict results to movements into this Trello list ID
fromListIdNoRestrict results to movements out of this Trello list ID
maxActionsNoCap on the total number of actions scanned across pagination (default: 1000)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
movementsYes
truncatedYes
actionsScannedYes
requestedRangeYes
matchedMovementsYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that only confirmed list-to-list movements are returned and frames results as workflow activity rather than a productivity metric. It does not mention auth, rate limits, or pagination details, but those are standard for a read-only Trello action query and the schema covers pagination via maxActions.

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?

Two sentences, front-loaded with the action and resource, and a distinct second sentence for semantic nuance. No filler or repetition of schema details.

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

Completeness4/5

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

For a read-only list tool with a full input schema and an output schema, the description covers the core purpose, filter options, and semantic caveat. It could add more explicit usage guidance, but it is complete enough given the schema and sibling context.

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% with descriptions for all 8 parameters, including examples for board and since. The description only restates the filter categories (member, card, source list, destination list) without adding additional semantics beyond the schema, so the baseline score of 3 applies.

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 uses a specific verb ('List') and resource ('confirmed list-to-list card movements from a board's action history'), and immediately scopes the operation with optional filters. It distinguishes itself from productivity-oriented siblings by stating 'Workflow activity, not a productivity metric.'

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?

It provides clear context for when to use the tool (listing confirmed card movements with optional filters) and explicitly cautions that it is workflow activity, not a productivity metric. It does not name specific alternative tools, but the exclusion of productivity use cases gives some guidance.

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

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