create_column
Add a new column to a Kanboard project board, specifying its title and optional WIP limit. Returns the column ID on success.
Instructions
Add a column to a Kanboard project board. Project resolved from explicit project_id/project_identifier or .kanboard.yaml. Returns { column_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Kanboard project id (overrides .kanboard.yaml). | |
| project_identifier | No | Kanboard project identifier string (overrides .kanboard.yaml). | |
| title | Yes | Column title (1–255 chars, required). | |
| task_limit | No | WIP limit for the column (0 = unlimited). | |
| description | No | Optional column description. |