create_task_list
Create a new task list in Google Tasks for a user by providing their email and a title.
Instructions
Create a new task list.
Args: user_google_email (str): The user's Google email address. Required. title (str): The title of the new task list.
Returns: str: Confirmation message with the new task list ID and details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |