Skip to main content
Glama

India income tax (old regime)

tax_in
Read-onlyIdempotent

Compute Indian Personal Income Tax under Union Budget 2025-26 and Finance Act 2024. Performs dual-regime side-by-side comparison between the New Concessional Regime (Section 115BAC with ₹75,000 standard deduction and ₹12 lakh / ₹12.75 lakh Section 87A rebate) and the Old Tax Regime with Chapter VI-A deductions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regimeNoTax regime to compute: 'both' (dual comparison), 'new', or 'old'.both
as_of_dateYesStatutory as-of date in ISO YYYY-MM-DD format.
gross_incomeYesGross annual income from all sources in INR (₹).
deductions_80cNoChapter VI-A Section 80C deductions (capped at ₹1,50,000 for Old Regime).
deductions_80dNoSection 80D health insurance premium deduction for Old Regime.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / as_of_date
      Added value: +{
      +  "description": "Statutory as-of date in ISO YYYY-MM-DD format.",
      +  "type": "string"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "gross_income"
      -]New value: +[
      +  "gross_income",
      +  "as_of_date"
      +]
  2. Added

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so safety is covered. The description adds useful context about the specific tax law sections, standard deduction, and rebate thresholds, which goes beyond the annotations. However, it does not disclose any additional behavioral traits such as output format or potential external dependencies.

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 and front-loads the purpose. It packs specific statutory details efficiently without wasted words. It is slightly dense but remains clear and focused.

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 tool has 5 parameters and no output schema. The description explains the computation and mentions the dual-regime comparison, implying the output likely includes both results. However, it does not specify the exact return format or how the as_of_date parameter affects the computation. Given the complexity and lack of output schema, more detail would improve completeness.

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

Parameters3/5

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

Schema description coverage is 100%, so all parameters are documented in the schema. The description adds context about Chapter VI-A deductions (mapping to 80C/80D) and the dual-regime nature, but it does not add syntax or format details beyond what the schema provides. The baseline of 3 is appropriate when the schema carries the parameter documentation.

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

Purpose4/5

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

The description clearly states the tool computes Indian personal income tax under specific acts and performs a dual-regime comparison. It is specific about the verb and resource, but it does not explicitly differentiate from the sibling 'indian_income_tax' or 'tax_in_new'. The title 'old regime' conflicts with the dual-regime description, but the description itself is unambiguous.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'tax_in_new' or 'indian_income_tax'. It does not state conditions or exclusions, leaving the agent to infer usage from the description alone.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources