Skip to main content
Glama

Excel MCP Server

apply_formula

Automate Excel cell updates by applying formulas directly to specified cells with built-in verification, ensuring accurate data manipulation in your spreadsheets.

Instructions

Apply Excel formula to cell. Excel formula will write to cell with verification.

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": "apply_formulaArguments", "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/haris-musa/excel-mcp-server'

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