trello_get_checklist_field
Retrieve the name or position of a checklist by providing its ID. Use this to extract specific checklist details without fetching the entire object.
Instructions
Get a specific field (name or pos) from a checklist.
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 | |
| field | Yes | Field to retrieve |