create_column
Add a column to a Kanban board with optional portable category semantics like 'done' and idempotency key to prevent duplicate creation.
Instructions
Add a column to a board. category gives it portable semantics (e.g. 'done').
idempotency_key (reused on retry) prevents duplicate creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| board_id | Yes | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ext | No | ||
| name | Yes | ||
| order | No | ||
| category | No | unstarted | |
| wip_limit | No |