Google Sheets

GOOGLESHEETS_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 googlesheets

Other tools also called GOOGLESHEETS_CLEAR_BASIC_FILTER? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "sheet_id": {
      "type": "integer",
      "description": "The ID of the sheet on which the basic filter should be cleared.\nExamples:\n  0\n  123456789"
    },
    "spreadsheet_id": {
      "type": "string",
      "description": "The ID of the spreadsheet.\nExample: \"abc123xyz789\""
    }
  }
}