create_task
Add a task to Amazing Marvin with a title, parent project, labels, dates, priority, and notes; use plain parent and label names rather than # or @ shortcuts.
Instructions
Create a task. Names for parent/labels are resolved here; don't use #/@ shortcuts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frog | No | ||
| note | No | ||
| title | Yes | ||
| labels | No | ||
| parent | No | project/category id or name | inbox |
| do_date | No | day to do it: YYYY-MM-DD or today… | |
| due_date | No | hard deadline | |
| end_date | No | self-imposed target (needs full access) | |
| backburner | No | ||
| importance | No | 3=P1 red, 2=P2, 1=P3/star | |
| start_date | No | hidden until then (needs full access) | |
| planned_week | No | Monday, YYYY-MM-DD | |
| planned_month | No | YYYY-MM | |
| estimate_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | ||
| title | Yes | ||
| parent | No | ||
| created | Yes | id of the new item |