trello_get_checklist
Retrieve a single Trello checklist along with all its check items by providing the checklist ID.
Instructions
Get a single checklist with its check items.
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) | |
| checklistId | Yes | ID of the checklist | |
| fields | No | Optional: specific fields to include |