add_task
Create a new task with title and optional priority, size, project, labels, and dates. Use parent_id to make it a sub-task, and guess_dates to auto-schedule missing dates.
Instructions
Create a task. priority is 1 (highest)–5; size is XS/S/M/L/XL;
dates are ISO 'YYYY-MM-DD'; project is a project name (created if new).
Pass parent_id to make this a sub-task (nesting is limited to one level).
When guess_dates is true (default), a missing start date defaults to the
next working day and a missing due date to a few business days later; pass
false to leave dates unset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| title | Yes | ||
| labels | No | ||
| project | No | ||
| due_date | No | ||
| priority | No | ||
| parent_id | No | ||
| description | No | ||
| guess_dates | No | ||
| scheduled_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||