Skip to main content
Clear values from a spreadsheet range

Tool details

FieldValue
Namesheets__clear_range
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "Google Sheets spreadsheet ID"
    },
    "range": {
      "type": "string",
      "description": "A1 notation range to clear"
    }
  },
  "required": [
    "spreadsheetId",
    "range"
  ],
  "description": "Input schema for the sheets__clear_range tool."
}

Output schema

This tool does not publish an output schema.