create_task
Create a new task on a Planka board, placing it in the todo stage unclaimed. Optionally set description, labels, due date, and checklist items.
Instructions
Create a new task in the todo stage of a board - follow-up work you discovered, or a task you were asked to file. It lands unclaimed, so claim it before working on it. Labels must already exist on the board; this tool never invents board structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short imperative title for the new task. | |
| labels | No | Existing board label names to apply, e.g. ['priority: high']. Unknown names are reported back, not created. | |
| board_id | No | Board to create it on. Required when more than one board is in scope. | |
| due_date | No | Deadline as ISO-8601, e.g. 2026-08-12T17:00:00Z. | |
| checklist | No | Optional checklist items for the new task. | |
| description | No | What needs doing, and how to tell it is done. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||