add_task
Add a new task to the backlog of a kanban board with optional description, priority, and tags.
Instructions
Add a new task to the board. It lands in the 'backlog' column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional list of labels for filtering, e.g. ["work", "errand"]. | |
| title | Yes | Short name of the task (required, non-empty). | |
| priority | No | One of 'low', 'normal', 'high'. Defaults to 'normal'. | normal |
| description | No | Optional longer free-text detail. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||