add_board
Register a new KanbanFlow board in the config by name and API token, verifying the token and capturing its board ID for other tool calls.
Instructions
Add a new board to the config by name and API token. Fetches the board to confirm the token works and to capture its board ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A short name you'll use to refer to this board in other tool calls | |
| token | Yes | KanbanFlow API token for this board (Settings > API & Webhooks) |