Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

validate_formula_syntax

Check Excel formula syntax for errors before applying it. Ensure accurate formulas in specified cells, sheets, and files without execution.

Instructions

Validate Excel formula syntax without applying it.

Input Schema

NameRequiredDescriptionDefault
cellYes
filepathYes
formulaYes
sheet_nameYes

Input Schema (JSON Schema)

{ "properties": { "cell": { "title": "Cell", "type": "string" }, "filepath": { "title": "Filepath", "type": "string" }, "formula": { "title": "Formula", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" } }, "required": [ "filepath", "sheet_name", "cell", "formula" ], "title": "validate_formula_syntaxArguments", "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