Google Super
GOOGLESUPER_LIST_TASK_LISTS
Fetches the authenticated user's task lists from Google Tasks; results may be paginated.
Remote googlesuper
Other tools also called GOOGLESUPER_LIST_TASK_LISTS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"pageToken": {
"type": "string",
"title": "Page Token",
"description": "Token for the page of results to return; omit for the first page, use `nextPageToken` from a previous response for subsequent pages."
},
"maxResults": {
"type": "integer",
"title": "Max Results",
"default": 20,
"examples": [
"10",
"20",
"50"
],
"description": "Maximum number of task lists to return per page."
}
}
}