Get List Flow
get_list_flowGet incoming and outgoing card movement counts per Trello list for a date range, revealing where card movement concentrates.
Instructions
Returns incoming and outgoing card movement counts by Trello list for a date range (explicit since/before, or the convenience days — default last 7 days if neither is given). Useful for seeing where card movement concentrates. This is a factual movement-flow signal only — it does not identify bottlenecks, throughput, or performance; that interpretation is left to the caller.
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) | |
| 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 |
|---|---|---|---|
| flow | Yes | ||
| truncated | Yes | ||
| actionsScanned | Yes | ||
| requestedRange | Yes | ||
| totalMovements | Yes |