Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

validate_excel_range

Check if a specified range exists and is formatted correctly in an Excel file. Use to ensure data integrity and proper structure in corporate environments using xlwings integration.

Instructions

Validate if a range exists and is properly formatted.

Input Schema

NameRequiredDescriptionDefault
end_cellNo
filepathYes
sheet_nameYes
start_cellYes

Input Schema (JSON Schema)

{ "properties": { "end_cell": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Cell" }, "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "start_cell": { "title": "Start Cell", "type": "string" } }, "required": [ "filepath", "sheet_name", "start_cell" ], "title": "validate_excel_rangeArguments", "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