trello_get_check_items
Retrieve all items from a Trello checklist, filtered by completion state (all, complete, incomplete).
Instructions
Get all items on a checklist. Supports filtering by state (all, complete, incomplete).
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 | |
| filter | No | Filter items by state. Default: all | all |