Skip to main content
Glama

Excel Finance MCP

calculate_state_taxes

Calculate state income tax amounts for California, New York, Texas, and Florida based on taxable income and filing status.

Instructions

Calculate state income tax for supported states

Input Schema

NameRequiredDescriptionDefault
filingStatusNosingle
stateYesState abbreviation
taxableIncomeYes

Input Schema (JSON Schema)

{ "properties": { "filingStatus": { "default": "single", "enum": [ "single", "married_filing_jointly" ], "type": "string" }, "state": { "description": "State abbreviation", "enum": [ "CA", "NY", "TX", "FL" ], "type": "string" }, "taxableIncome": { "type": "number" } }, "required": [ "state", "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