Create a task list
create_tasklistCreates a Google Tasks list with a given title and returns its ID, which is required to add or manage tasks.
Instructions
Creates a new task list and returns it (id, title, updated). The API accepts only a title — there are no other list-level settings. The returned id is the tasklist_id every task tool needs. Google caps the number of lists per account; a quota failure surfaces as an HTTP error, not silence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The list title shown in Google Tasks (max 1024 chars). |