trello_get_card_checklists
Retrieve all checklists and their items for a Trello card by its ID, giving a clear breakdown of tasks and progress.
Instructions
Get all checklists and their items for a specific Trello card.
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) | |
| cardId | Yes | ID of the card to get checklists for | |
| fields | No | Optional: specific fields to include (e.g., ["name", "pos"]) | |
| checkItems | No | Include checklist items in response | all |