Skip to main content
Glama

excel-mcp-server

rename_worksheet

Rename a worksheet in an Excel workbook by specifying the file path, old worksheet name, and new desired name. Simplify workbook organization and updates with this tool.

Instructions

Rename worksheet in workbook.

Input Schema

NameRequiredDescriptionDefault
filepathYes
new_nameYes
old_nameYes

Input Schema (JSON Schema)

{ "properties": { "filepath": { "title": "Filepath", "type": "string" }, "new_name": { "title": "New Name", "type": "string" }, "old_name": { "title": "Old Name", "type": "string" } }, "required": [ "filepath", "old_name", "new_name" ], "title": "rename_worksheetArguments", "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/haris-musa/excel-mcp-server'

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