Google Super

GOOGLESUPER_CLEAR_TASKS

Permanently clears all completed tasks from a specified Google Tasks list; this action is destructive and idempotent.

Remote googlesuper

Other tools also called GOOGLESUPER_CLEAR_TASKS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "tasklist": {
      "type": "string",
      "title": "Tasklist",
      "examples": [
        "@default",
        "MDQ1MTE2NTY4MDE5OTY4MjQ4MzU6MDow"
      ],
      "description": "The identifier of the task list from which to clear completed tasks. Use '@default' for the default task list."
    }
  }
}