create_task
Add a task to a Google Tasks list with title, optional due date (YYYY-MM-DD), notes, and placement as a subtask or after a sibling.
Instructions
Create a task. Due dates are DATE-ONLY in Google Tasks (any time portion is discarded); pass YYYY-MM-DD and it is normalized safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date, YYYY-MM-DD (or full RFC3339) | |
| notes | No | Free-text notes on the task | |
| title | Yes | Task title | |
| parent | No | Parent task id, to create as a subtask | |
| previous | No | Sibling task id to insert after | |
| tasklist | Yes | Task list id |