tasks_tasks_insert
Create a new Google Tasks item with due date, notes, and optional subtask or sibling positioning using parent and previous parameters.
Instructions
Create a new task. Use parent to nest as a subtask, previous to position after a sibling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date (RFC 3339, e.g. "2026-06-01T00:00:00.000Z") | |
| notes | No | Free-text notes / body | |
| title | Yes | Task title | |
| parent | No | Parent task ID (insert as a subtask under this task) | |
| status | No | Task status: needsAction or completed | |
| previous | No | Sibling task ID (insert immediately after this task) | |
| tasklist | Yes | Task list ID to insert into |