trello_get_card_checklists
Retrieve all checklists and their items from a specific Trello card. Provide the card ID or URL to fetch checklists with optional item inclusion and field selection.
Instructions
Get all checklists and their items for a specific Trello card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| cardId | Yes | ID or URL of the card (e.g. "abc123" or "https://trello.com/c/abc123/1-title") | |
| checkItems | No | Include checklist items in response | all |
| fields | No | Optional: specific fields to include (e.g., ["name", "pos"]) |