Add task
task_addAdd one task to a board and return its id, board and column. The board is created on first use, so pass an existing project or leave it out. An identical open task is refused. Free: 3 boards, 200 open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date: YYYY-MM-DD, 'today', 'tomorrow', 'Friday', 'next Monday' or '+3d' | |
| tags | No | Free-form tags, e.g. ['writing','client'] | |
| notes | No | Longer notes for the task | |
| title | Yes | What the task is, e.g. 'Write the launch email' | |
| column | No | Column to start in; defaults to the first column (backlog) | |
| project | No | Project or board name. A partial name matching exactly one existing project is used as that project. Defaults to your only board. | |
| priority | No | Priority; defaults to normal | |
| estimate_minutes | No | How long you think it will take, in minutes |