Google Super

GOOGLESUPER_CLEAR_BASIC_FILTER

Tool to clear the basic filter from a sheet. Use when you need to remove an existing basic filter from a specific sheet within a Google Spreadsheet.

Remote googlesuper

Other tools also called GOOGLESUPER_CLEAR_BASIC_FILTER? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "sheet_id": {
      "type": "integer",
      "title": "Sheet Id",
      "examples": [
        0,
        123456789
      ],
      "description": "The ID of the sheet on which the basic filter should be cleared."
    },
    "spreadsheet_id": {
      "type": "string",
      "title": "Spreadsheet Id",
      "examples": [
        "abc123xyz789"
      ],
      "description": "The ID of the spreadsheet."
    }
  }
}