Get Stale Cards
get_stale_cardsIdentify open Trello cards with no recognized activity for a set number of days. Returns flagged stale cards and notes when history scanning was incomplete.
Instructions
Returns open cards with no recognized activity (creation, list move, archive/unarchive) for at least staleDays (default 14). Stale does not imply blocked — Trello data alone can't say why a card hasn't moved. When the underlying action history couldn't be fully scanned, affected cards are still returned but marked historyComplete: false rather than silently assumed stale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Trello board ID, shortLink, or full board URL (e.g. https://trello.com/b/abc123/my-board) | |
| listId | No | Restrict results to structural changes on this specific Trello list ID | |
| memberId | No | Restrict results to this Trello member ID | |
| staleDays | No | A card with no recognized activity for at least this many days counts as stale (default: 14) | |
| maxActions | No | Cap on the total number of actions scanned across pagination (default: 1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | ||
| truncated | Yes | ||
| totalStale | Yes | ||
| evaluatedAt | Yes | ||
| actionsScanned | Yes | ||
| staleThresholdDays | Yes |