Skip to main content
Glama

mcp-gsheets

sheets_clear_values

Clear specified ranges of data in Google Sheets by defining the spreadsheet ID and A1 notation range. Simplify data management and maintain clean spreadsheets.

Instructions

Clear values in a specified range of a Google Sheets spreadsheet

Input Schema

NameRequiredDescriptionDefault
rangeYesThe A1 notation range to clear (e.g., "Sheet1!A1:B10")
spreadsheetIdYesThe ID of the spreadsheet (found in the URL after /d/)

Input Schema (JSON Schema)

{ "properties": { "range": { "description": "The A1 notation range to clear (e.g., \"Sheet1!A1:B10\")", "type": "string" }, "spreadsheetId": { "description": "The ID of the spreadsheet (found in the URL after /d/)", "type": "string" } }, "required": [ "spreadsheetId", "range" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freema/mcp-gsheets'

If you have feedback or need assistance with the MCP directory API, please join our Discord server