Create board
create_boardCreate a new Kanban board, optionally with custom column names, and retrieve the generated slug.
Instructions
Create a new board. Optionally supply an array of column names (defaults to a standard set). Returns the created board with its generated slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Board name | |
| columns | No | Kanban column names in order (e.g. ['Backlog', 'In Progress', 'Done']) |