Skip to main content
Glama

Excel Finance MCP

excel_data_validation

Apply data validation rules to Excel ranges to restrict input types, ensure data integrity, and maintain spreadsheet accuracy for financial calculations.

Instructions

Add data validation to a range

Input Schema

NameRequiredDescriptionDefault
rangeYes
validationYes
worksheetNameYes

Input Schema (JSON Schema)

{ "properties": { "range": { "type": "string" }, "validation": { "properties": { "allowBlank": { "type": "boolean" }, "error": { "type": "string" }, "errorTitle": { "type": "string" }, "formula1": { "type": "string" }, "formula2": { "type": "string" }, "operator": { "type": "string" }, "prompt": { "type": "string" }, "promptTitle": { "type": "string" }, "showErrorMessage": { "type": "boolean" }, "showInputMessage": { "type": "boolean" }, "type": { "type": "string" } }, "type": "object" }, "worksheetName": { "type": "string" } }, "required": [ "worksheetName", "range", "validation" ], "type": "object" }

Other Tools from Excel Finance MCP

Related Tools

    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/jeremycharlesgillespie/excel-mcp'

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