trello_get_board_for_checklist
Get the board that a checklist belongs to by providing the checklist ID.
Instructions
Get the board that a checklist belongs to.
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 |