List board labels
kanbanzone_list_board_labelsRetrieve all labels assigned to a specific Kanban board to filter or categorize cards. Accepts board ID and returns labels in markdown or JSON format.
Instructions
List board labels for a board.
Args:
board (string, required): the board publicId, e.g. "OeMrbG8g".
response_format ("markdown" | "json"): output format. Defaults to markdown.
Example: "What labels are available on this board?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Board publicId, e.g. "OeMrbG8g". | |
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |