Get Upcoming Due Cards
get_upcoming_due_cardsRetrieve upcoming due cards from a Trello board within N days (default 7), excluding completed and archived, sorted by due date. Accepts board ID, shortLink, or URL.
Instructions
Cards due within the next N days (default 7) that aren't marked complete and aren't archived, based on the board's current card state (not action history). Sorted soonest-due first.
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 | |
| withinDays | No | How many days ahead of now to look for upcoming due dates (default: 7) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | ||
| withinDays | Yes | ||
| evaluatedAt | Yes | ||
| totalUpcoming | Yes |