manage_task_list
Create, update, delete, or clear completed tasks in Google Tasks task lists. Provide the user's Google email and specify the action to manage task lists directly.
Instructions
Manage task lists: create, update, delete, or clear completed tasks.
Args: user_google_email (str): The user's Google email address. Required. action (str): The action to perform. Must be one of: "create", "update", "delete", "clear_completed". task_list_id (Optional[str]): The ID of the task list. Required for "update", "delete", and "clear_completed" actions. title (Optional[str]): The title for the task list. Required for "create" and "update" actions.
Returns: str: Result of the requested action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| action | Yes | ||
| task_list_id | No | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |