Skip to main content
Glama

Income Tax Old Regime

income_tax_old_regime

Calculate income tax under the old regime for FY 2026-27 using gross salary, age, and deductions to estimate liability.

Instructions

Estimate income tax for FY 2026-27 (AY 2027-28) under the OLD regime.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageNoAge of the taxpayer (senior/super-senior exemption limits apply).
gross_salaryYesAnnual gross salary in INR.
deductions_80cNoChapter VI-A 80C investments (capped at Rs 1.5 lakh).
other_deductionsNoOther deductions (80D, HRA, etc.) - pass the eligible amount.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are present, so the description carries the full behavioral burden and does not meet it. It never says the tool is a side-effect-free calculation, discloses which statutory components are modeled (cess, surcharge, rebate), or states that deduction inputs are capped internally — the schema mentions an 80C cap but the description adds nothing about output assumptions.

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

Conciseness5/5

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

A single front-loaded sentence with the assessment-year context included and no filler. Every clause earns its place.

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?

An output schema exists, so return values need not be explained. However, with no annotations the description should confirm this is a pure, non-mutating calculation and clarify its relationship to the new-regime and compare-regimes siblings — neither is addressed.

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 four parameters (age, gross_salary, deductions_80c, other_deductions) are already documented with defaults and caps. Baseline 3 applies; the description contributes no additional parameter meaning beyond what the schema already provides.

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?

States a specific verb ('Estimate'), resource ('income tax') and scope ('FY 2026-27 (AY 2027-28) under the OLD regime'). The regime qualifier implicitly separates it from income_tax_new_regime, but the description never names that sibling explicitly, so the differentiation is left to inference.

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?

Usage is only implied by the 'OLD regime' phrasing; there is no statement of when to choose this over income_tax_new_regime or income_tax_compare_regimes. No prerequisites, no exclusions, no pointer to the comparison tool that would obviously be relevant.

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