Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Clear values from a spreadsheet range
| Field | Value |
|---|---|
| Name | sheets__clear_range |
| Group | Integrations |
{
"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."
}