trello_get_board_labels
Retrieve all labels from a specified Trello board to categorize cards effectively.
Instructions
Get all labels available on a specific Trello board for categorizing cards.
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) | |
| boardId | Yes | ID or URL of the board (e.g. "abc123" or "https://trello.com/b/abc123/board-name") |