List board columns
kanbanzone_list_board_columnsRetrieve columns for a Kanban board. Optionally filter by title, include default columns, and choose markdown or JSON output.
Instructions
List board columns for a board.
Args:
board (string, required): the board publicId, e.g. "OeMrbG8g".
query: see schema.
include_default: see schema.
response_format ("markdown" | "json"): output format. Defaults to markdown.
Example: "List columns on the OeMrbG8g board"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Board publicId, e.g. "OeMrbG8g". | |
| query | No | Optional substring to filter column titles. | |
| include_default | No | Include the default "Backlog" / "Done" / archive columns. | |
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |