Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

rename_worksheet

Rename a worksheet in an Excel workbook by specifying the filepath, old name, and new name using the xlwings Excel MCP Server.

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