Skip to main content
Glama

google-sheets-mcp

delete_table_tool

Remove specified tables from Google Sheets while preserving other content. Permanently deletes table structure and data. Input includes spreadsheet name, sheet name, and table list to delete.

Instructions

Delete tables from Google Sheets. This tool removes specified tables from a sheet while preserving other content. The table structure and data will be permanently deleted. Args: spreadsheet_name: Name of the spreadsheet sheet_name: Name of the sheet containing the tables table_names: List of table names to delete Returns: JSON string with success status and deletion details

Input Schema

NameRequiredDescriptionDefault
sheet_nameYesThe name of the sheet containing the tables
spreadsheet_nameYesThe name of the Google Spreadsheet
table_namesYesList of table names to delete (e.g., ['Project Tracker', 'Customer Data', 'Sales Report'])

Input Schema (JSON Schema)

{ "properties": { "sheet_name": { "description": "The name of the sheet containing the tables", "title": "Sheet Name", "type": "string" }, "spreadsheet_name": { "description": "The name of the Google Spreadsheet", "title": "Spreadsheet Name", "type": "string" }, "table_names": { "description": "List of table names to delete (e.g., ['Project Tracker', 'Customer Data', 'Sales Report'])", "items": { "type": "string" }, "title": "Table Names", "type": "array" } }, "required": [ "spreadsheet_name", "sheet_name", "table_names" ], "title": "delete_table_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