Skip to main content
Glama

Excel Finance MCP

business_tax_summary

Generate business tax summaries from financial data to calculate tax obligations and prepare for filing requirements.

Instructions

Generate comprehensive business tax summary

Input Schema

NameRequiredDescriptionDefault
entityIdYes
financialDataYes
taxYearYes

Input Schema (JSON Schema)

{ "properties": { "entityId": { "type": "string" }, "financialData": { "properties": { "expenses": { "type": "number" }, "revenue": { "type": "number" } }, "required": [ "revenue", "expenses" ], "type": "object" }, "taxYear": { "type": "number" } }, "required": [ "entityId", "taxYear", "financialData" ], "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