Skip to main content
Glama

Excel Finance MCP

excel_create_workbook

Create Excel workbooks with structured worksheets and financial data for analysis, reporting, and accounting workflows.

Instructions

Create a new Excel workbook with specified worksheets and data

Input Schema

NameRequiredDescriptionDefault
worksheetsYes

Input Schema (JSON Schema)

{ "properties": { "worksheets": { "items": { "properties": { "columns": { "items": { "properties": { "header": { "type": "string" }, "key": { "type": "string" }, "width": { "type": "number" } }, "type": "object" }, "type": "array" }, "data": { "items": { "type": "array" }, "type": "array" }, "name": { "type": "string" } }, "required": [ "name", "data" ], "type": "object" }, "type": "array" } }, "required": [ "worksheets" ], "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