get_task_list
Retrieve the title and last updated timestamp for a specific Google Tasks task list. Provide the task list ID and user email.
Instructions
Fetch metadata for a single Google Tasks task list.
Returns list-level info only (title, last updated); for the list's tasks use list_tasks. Requires the tasks.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| task_list_id | Yes | Task list ID from list_task_lists. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |