create_task
Create a new unclaimed task in a board's todo stage for follow-up work or requested items. Assign existing labels, set a due date, or add a checklist to capture all details.
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. | |
| into_list | No | Land it in this list, by name or id, instead of the project's todo stage. | |
| task_type | No | project (ordinary work) | story (user story) | link (a pointer to something elsewhere). | project |
| description | No | What needs doing, and how to tell it is done. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||