List Weeek columns for a board
weeek_list_board_columnsList all columns of a Weeek board in order, returning id, name, boardId to reveal the stage layout for interpreting task statuses or building board views.
Instructions
PRIMARY tool for board-column discovery: returns every column of a Weeek board ({id, name, boardId} per column) in upstream sort order (preserved verbatim — the array order is the signal). board_id is required. Use when the agent needs a board's column/stage layout, e.g. to interpret a task's status or drive a board view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Weeek board identifier (from weeek_list_boards or the Weeek UI). Required — `/tm/board-columns` returns HTTP 422 without it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | Yes | True if the response was clipped by the server's MAX_RESPONSE_CHARS gate. Re-issue with a narrower board_id or raise MAX_RESPONSE_CHARS in the server env to receive the full payload. | |
| boardColumns | Yes | Columns belonging to the requested board. Array order is the upstream sort signal — preserved verbatim (no `position` / `sortOrder` field). |