create_task
Create a task in Google Tasks with title, due date, notes, and optional parent to make it a subtask.
Instructions
Create a new task in a task list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date in RFC 3339 format, e.g. 2026-03-25T00:00:00.000Z | |
| notes | No | Task notes / description. | |
| title | Yes | Task title. | |
| parent | No | Parent task ID (to create a subtask). | |
| tasklist_id | Yes | ID of the task list. Use "@default" for default. |