trello_get_board_cards
Retrieve all cards from a Trello board, filtering by status and including member or attachment details as needed.
Instructions
Get all cards from a Trello board with optional filtering and detailed information like attachments and members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| filter | No | Filter cards by status | open |
| boardId | Yes | ID of the board to get cards from (you can get this from list_boards) | |
| members | No | Include member information for each card | true |
| attachments | No | Include attachment information: "cover" for cover images, "true" for all attachments | false |