Get Top Card Movers
get_top_card_moversRank 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
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Convenience alternative to since/before: look back this many days from now. Cannot be combined with since/before. | |
| board | Yes | Trello board ID, shortLink, or full board URL (e.g. https://trello.com/b/abc123/my-board) | |
| limit | No | Cap on the number of ranked results returned (default: all) | |
| since | No | ISO 8601 timestamp — only include actions at or after this time (e.g. 2026-01-01T00:00:00.000Z) | |
| before | No | ISO 8601 timestamp — only include actions strictly before this time | |
| maxActions | No | Cap on the total number of actions scanned across pagination (default: 1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| movers | Yes | ||
| truncated | Yes | ||
| actionsScanned | Yes | ||
| requestedRange | Yes | ||
| totalMovements | Yes |