task_create
Create a new task in a Google Task List. Optionally set due date, add notes, create as subtask, or specify position.
Instructions
Create a task. due is RFC3339 (e.g. '2026-06-15T00:00:00Z') — Google Tasks
keeps only the DATE part. parent makes it a subtask of that task id;
previous orders it after that task id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| title | Yes | ||
| tasklist_id | No | @default | |
| notes | No | ||
| due | No | ||
| parent | No | ||
| previous | No |