Get board labels
get_labelsList a board's labels to map human-readable names to label IDs for card creation or label addition.
Instructions
List the labels defined on a board, with id, name and colour. Use this before create_card or add_label to turn a human label name into the label id those tools require. board_id comes from list_boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board id, as returned by list_boards. |