List board columns
list_board_columnsRetrieve kanban columns for a board by slug. Returns each column's ID and name needed to create or update tasks.
Instructions
Get kanban columns for a board by slug. Returns id and name for each column — use these IDs in create_task and update_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Deprecated alias of board_slug | |
| board_slug | No | Board URL slug |