Skip to main content
Glama

Excel Finance MCP

comparative_income_statement

Generate comparative income statements across multiple periods to analyze financial performance trends and support business decision-making.

Instructions

Generate comparative income statement for multiple periods

Input Schema

NameRequiredDescriptionDefault
filePathNo
outputToExcelNo
periodsYes

Input Schema (JSON Schema)

{ "properties": { "filePath": { "type": "string" }, "outputToExcel": { "default": false, "type": "boolean" }, "periods": { "items": { "properties": { "endDate": { "format": "date", "type": "string" }, "startDate": { "format": "date", "type": "string" } }, "required": [ "startDate", "endDate" ], "type": "object" }, "type": "array" } }, "required": [ "periods" ], "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