Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

rename_worksheet

Rename specific worksheets in Excel workbooks using the xlwings Excel MCP Server. Input filepath, old worksheet name, and new name to update sheet names programmatically in corporate environments with restricted file access.

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/hyunjae-labs/xlwings-mcp-server'

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