Skip to main content
Glama

Excel Finance MCP

estimated_quarterly_taxes

Calculate quarterly tax payments based on annual income, filing status, and self-employment status for accurate tax planning and compliance.

Instructions

Calculate estimated quarterly tax payments

Input Schema

NameRequiredDescriptionDefault
annualIncomeYes
filingStatusNosingle
selfEmployedNo

Input Schema (JSON Schema)

{ "properties": { "annualIncome": { "type": "number" }, "filingStatus": { "default": "single", "enum": [ "single", "married_filing_jointly" ], "type": "string" }, "selfEmployed": { "default": false, "type": "boolean" } }, "required": [ "annualIncome" ], "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