Google Super

GOOGLESUPER_GET_TASK_LIST

Retrieves a specific task list from the user's Google Tasks if the `tasklist_id` exists for the authenticated user.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_TASK_LIST? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "tasklist_id": {
      "type": "string",
      "title": "Tasklist Id",
      "examples": [
        "7f574d94-ae28-4f2e-a69a-fb37978ec62e"
      ],
      "description": "The unique identifier of the task list to retrieve, assigned by Google Tasks when the list is created."
    }
  }
}