Create task
create_taskCreate a single task in Google Tasks. Set a due date to show it as an all-day item on Google Calendar, and optionally add notes, list, parent, or position.
Instructions
Create one task. due is YYYY-MM-DD and renders as an all-day item on Google Calendar. For several tasks at once use create_tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Date in YYYY-MM-DD form. Google Tasks stores DATES ONLY (no time of day); the task appears as all-day on that date in Google Calendar. | |
| list | No | Task list id or title (case-insensitive). Omit or pass "@default" for the account's default list. Call list_tasklists to see what exists. | |
| notes | No | Task notes / description (max 8192 chars) | |
| title | Yes | Task title — this is the text shown on the calendar (max 1024 chars) | |
| afterTaskId | No | Place this task right after the given sibling task | |
| parentTaskId | No | Make this a subtask of the given task (one level only) |