Create task
google_tasks_createCreate a Google Tasks entry with a required title. Optionally include notes and a due date to specify details and deadlines.
Instructions
Create a task, optionally with notes and due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date (RFC3339, e.g. 2026-08-15T17:00:00Z). | |
| notes | No | ||
| title | Yes | Task title. | |
| account | No | Account nickname to use. | |
| tasklistId | No | Task list ID (default @default). |