create_project
Create a project to group related tasks and convert an inbox item into a project by updating its parent.
Instructions
Create a project (container for tasks). Convert an inbox item into one with this + update_task(parent=…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| title | Yes | ||
| labels | No | ||
| parent | No | category/project id or name | inbox |
| do_date | No | ||
| due_date | No | ||
| priority | No | low, mid, high |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | ||
| title | Yes | ||
| parent | No | ||
| created | Yes | id of the new item |