Google Super
GOOGLESUPER_CREATE_TASK_LIST
Creates a new task list with the specified title.
Remote googlesuper
Other tools also called GOOGLESUPER_CREATE_TASK_LIST?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tasklist_title": {
"type": "string",
"title": "Tasklist Title",
"examples": [
"Work Projects",
"Grocery Shopping",
"Weekend Plans"
],
"description": "Title for the new task list. The maximum allowed length is 1024 characters."
}
}
}