Google Super

GOOGLESUPER_PATCH_TASK_LIST

Updates the title of an existing Google Tasks task list.

Remote googlesuper

Other tools also called GOOGLESUPER_PATCH_TASK_LIST? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "tasklist_id": {
      "type": "string",
      "title": "Tasklist Id",
      "examples": [
        "MDQ1MjA4MTA5NzQxNzYxMjM0NTY6MDow"
      ],
      "description": "The unique identifier of the task list to be updated."
    },
    "updated_title": {
      "type": "string",
      "title": "Updated Title",
      "examples": [
        "Project Alpha Tasks Q3"
      ],
      "description": "The new title for the task list."
    }
  }
}