List Columns
kaiten_list_columnsGet board columns with their types to identify column IDs for creating or updating card states. Use with board ID from list boards.
Instructions
Board columns (statuses). Each column has a col_type (1=queued, 2=in_progress, 3=done) — THIS is the mechanism for moving card state: pass the columnId of a column with the desired type to kaiten_update_card to change the card's state. columnId for kaiten_create_card, kaiten_update_card. boardId from kaiten_list_boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | Board ID, from kaiten_list_boards | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |