Get Board Cards
get_board_cardsFetch cards from a Trello board using its ID, shortLink, or URL. Returns raw card data including list, members, and due dates.
Instructions
Get the cards on a Trello board, identified by ID, shortLink, or board URL. Returns raw card data (list, members, due date) — no overdue/analytics computation.
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) | |
| includeClosed | No | Include archived/closed items in addition to open ones (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes |