Skip to main content
Glama

Excel Finance MCP

calculate_federal_income_tax

Calculate federal income tax using taxable income and filing status for accurate tax planning and financial reporting.

Instructions

Calculate federal income tax based on taxable income and filing status

Input Schema

NameRequiredDescriptionDefault
filingStatusNosingle
taxableIncomeYes

Input Schema (JSON Schema)

{ "properties": { "filingStatus": { "default": "single", "enum": [ "single", "married_filing_jointly", "married_filing_separately", "head_of_household" ], "type": "string" }, "taxableIncome": { "type": "number" } }, "required": [ "taxableIncome" ], "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