Create task
create_taskAdd a new task to Google Tasks with optional list, due date, notes, or parent. Specify title to create it instantly.
Instructions
Add a task. Omit list_id for the default list. due is a calendar date (YYYY-MM-DD); resolve relative dates like "Thursday" yourself before calling. parent_id makes it a subtask; previous_id places it after a given sibling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date as YYYY-MM-DD. A calendar date only — the API cannot store a time of day. | |
| notes | No | Free-text notes on the task. | |
| title | Yes | The task title. | |
| list_id | No | List id, title, or alias. | |
| parent_id | No | Make this a subtask of this task id. | |
| previous_id | No | Place directly after this sibling task id. |