Create board
create_boardCreate a new board with optional custom columns, and receive the board's unique slug for later use.
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']) |