Skip to main content
Glama

google-sheets-mcp

update_sheet_titles_tool

Rename multiple sheet titles in a Google Spreadsheet by specifying the spreadsheet name, existing sheet names, and the new titles to apply.

Instructions

Update sheet titles in a Google Spreadsheet.

Input Schema

NameRequiredDescriptionDefault
new_titlesYesList of new titles for the sheets
sheet_namesYesList of sheet names to rename (put only the names of the sheets you want to rename)
spreadsheet_nameYesThe name of the Google Spreadsheet

Input Schema (JSON Schema)

{ "properties": { "new_titles": { "description": "List of new titles for the sheets", "items": { "type": "string" }, "title": "New Titles", "type": "array" }, "sheet_names": { "description": "List of sheet names to rename (put only the names of the sheets you want to rename)", "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", "new_titles" ], "title": "update_sheet_titles_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