Skip to main content
Glama

Get Top Card Movers

get_top_card_movers

Rank board members by list-to-list card movements in a given date range. Track workflow activity to see who moved cards between lists.

Instructions

Ranks board members by list-to-list card movements in a date range (explicit since/before, or the convenience days — default last 7 days if neither is given). This is a Trello workflow-activity metric (cardsMoved), not employee productivity or performance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoConvenience alternative to since/before: look back this many days from now. Cannot be combined with since/before.
boardYesTrello board ID, shortLink, or full board URL (e.g. https://trello.com/b/abc123/my-board)
limitNoCap on the number of ranked results returned (default: all)
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
maxActionsNoCap on the total number of actions scanned across pagination (default: 1000)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
moversYes
truncatedYes
actionsScannedYes
requestedRangeYes
totalMovementsYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It discloses the default date range and the type of metric (workflow activity), but does not explicitly state that this is a read-only operation or describe the output structure. The lack of mention of side effects or return format is a gap, but the description does add meaningful 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the primary action, and every word earns its place. The second sentence provides a crucial nuance about the metric's intended use, with zero redundancy.

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?

Given the tool's complexity (6 parameters, output schema present, no annotations), the description adequately explains the core functionality, date handling, and metric semantics. It leaves out details about pagination limits and exact ranking criteria, but those are partially captured by schema parameter descriptions and output schema. Overall, it provides sufficient context for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the default behavior when no date range is provided ('default last 7 days') and clarifying that the 'days' parameter is a convenience alternative to since/before. This goes beyond the schema's param descriptions.

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 tool's purpose: it ranks board members by list-to-list card movements within a date range. The verb 'ranks' combined with the specific resource (board members) and metric (card movements) is precise. It also distinguishes itself from general activity tools by noting it measures workflow activity (cardsMoved) rather than productivity.

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 clear context on when to use this tool: when analyzing card movement activity on a Trello board. It explains the convenience of the 'days' parameter and the default behavior (last 7 days). While it does not name alternative sibling tools, it clarifies the metric's scope, giving adequate guidance for appropriate use.

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