Skip to main content
Glama

google-sheets-mcp

delete_sheets_tool

Remove specific sheets from a Google Spreadsheet by specifying the spreadsheet name and sheet names to delete. Simplify spreadsheet management and organization.

Instructions

Delete sheets from a Google Spreadsheet.

Input Schema

NameRequiredDescriptionDefault
sheet_namesYesList of sheet names to delete
spreadsheet_nameYesThe name of the Google Spreadsheet

Input Schema (JSON Schema)

{ "properties": { "sheet_names": { "description": "List of sheet names to delete", "items": { "type": "string" }, "title": "Sheet Names", "type": "array" }, "spreadsheet_name": { "description": "The name of the Google Spreadsheet", "title": "Spreadsheet Name", "type": "string" } }, "required": [ "spreadsheet_name", "sheet_names" ], "title": "delete_sheets_toolArguments", "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/henilcalagiya/google-sheets-mcp'

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