Skip to main content
Glama

google-sheets-mcp

update_table_title_tool

Modify table titles in Google Sheets without altering data or structure. Specify spreadsheet, sheet, old name, and new name to update table titles efficiently.

Instructions

Update a table title in Google Sheets. This tool allows you to update the title of an existing table. The table structure and data remain unchanged. Args: spreadsheet_name: Name of the spreadsheet sheet_name: Name of the sheet containing the table old_table_name: Current name of the table to update new_table_name: New title for the table Returns: JSON string with success status and update details

Input Schema

NameRequiredDescriptionDefault
new_table_nameYesNew title for the table
old_table_nameYesCurrent name of the table to update
sheet_nameYesThe name of the sheet containing the table
spreadsheet_nameYesThe name of the Google Spreadsheet

Input Schema (JSON Schema)

{ "properties": { "new_table_name": { "description": "New title for the table", "title": "New Table Name", "type": "string" }, "old_table_name": { "description": "Current name of the table to update", "title": "Old Table Name", "type": "string" }, "sheet_name": { "description": "The name of the sheet containing the table", "title": "Sheet Name", "type": "string" }, "spreadsheet_name": { "description": "The name of the Google Spreadsheet", "title": "Spreadsheet Name", "type": "string" } }, "required": [ "spreadsheet_name", "sheet_name", "old_table_name", "new_table_name" ], "title": "update_table_title_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