Skip to main content
Glama
tresor4k

calcuris-mcp

by tresor4k

US federal + state income tax

us_income_tax

Compute US federal and state income tax estimates using 2026 IRS brackets and progressive breakdown. Input gross income, filing status, and optional state code.

Instructions

Computes US federal income tax (2026 IRS brackets, post-OBBBA) plus an estimated state income tax, with a full progressive bracket breakdown. Example: { grossIncome: 95000, filingStatus: "single", stateCode: "CA" }. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateCodeNoOptional two-letter state code to also estimate state income tax. Omit to skip state estimation.
dependentsNoNumber of qualifying children for the Child Tax Credit.
grossIncomeYesGross annual income in USD.
useItemizedNoUse itemized deductions instead of the standard deduction.
filingStatusYesIRS filing status: single, mfj (married filing jointly), hoh (head of household), mfs (married filing separately).
itemizedAmountNoTotal itemized deductions in USD (only used if useItemized is true and it exceeds the standard deduction).
preTaxContributionsNoAnnual pre-tax 401(k)/traditional IRA contributions, reduces taxable income.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description notes it is an estimate for guidance based on 2026 rates, but does not disclose limitations such as what is not included (e.g., AMT, investment income) beyond the Child Tax Credit. With no annotations, the description carries the full burden, and more detail on behavioral constraints would improve transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences plus an example, front-loading the main function. However, the parenthetical list of sources ('IRS/Tax Foundation/...') is verbose and could be shortened or moved to a note, slightly reducing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description does not specify the return value structure (e.g., whether it returns federal tax, state tax, effective rate). With no output schema, more detail on the output would improve completeness. The given description is adequate but leaves gaps for a 7-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all parameters, so baseline is 3. The description adds value by including an example and clarifying that stateCode is optional, and by noting the tax year (2026, post-OBBBA) which adds context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool computes US federal income tax plus estimated state income tax with a progressive bracket breakdown, using specific verb and resource. It distinguishes from siblings like 'ca_income_tax' and 'us_paycheck' by specifying federal and multi-state scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes an example but does not explicitly state when to use this tool versus alternatives like 'ca_income_tax' or 'us_paycheck'. Usage context is implied through the example but lacks clear when-not-to-use guidance or differentiation from sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/tresor4k/calcuris-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server