trello_get_card_for_checklist
Retrieve the Trello card associated with a given checklist by providing the checklist ID.
Instructions
Get the card 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 |