list_columns
Retrieve all board columns for a Kanboard project. Provide the project ID or identifier to get column details including id, title, position, and task limit.
Instructions
List all columns (board stages) for a Kanboard project. Provide project_id or project_identifier, or configure .kanboard.yaml in your project root. Returns an array of column objects with id, title, position, and task_limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Numeric project id. Falls back to .kanboard.yaml when omitted. | |
| project_identifier | No | Short project identifier. Falls back to .kanboard.yaml when omitted. |