List Lanes
kaiten_list_lanesRetrieve swimlanes for a board using its board ID, enabling correct lane assignment when creating or updating cards. Identify the default lane by its lowest sort order when its title is empty.
Instructions
Swimlanes for a board. Optional laneId on kaiten_create_card and kaiten_update_card when the board uses lanes. NOTE: the default lane often has an empty title — refer to it by lowest sort_order if you need to identify it. 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 |