Skip to main content
Glama

India income tax (new regime)

tax_in_new
Read-onlyIdempotent

Compute Indian Personal Income Tax under Section 115BAC New Concessional Regime with standard deduction and Section 87A rebate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
as_of_dateYesStatutory as-of date (YYYY-MM-DD).
is_salariedNoWhether individual is a salaried employee (eligible for standard deduction).
gross_incomeYesGross annual income from all sources in INR (₹).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral context by specifying the statutory regime and the included deductions/rebate, which tells the agent what the computation will incorporate.

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?

The description is a single sentence that front-loads the core action and resource, then adds the key statutory details. Every part earns its place, with no filler or redundant restatement of the tool name.

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

Completeness4/5

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

For a computation tool with no output schema, the description gives enough context to invoke it correctly: the regime, the included deductions, and the input scope are clear. It does not explicitly describe the return value or mention exclusions like surcharge/cess, but the schema and annotations cover most operational needs.

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 the schema already documents all three parameters. The description mentions standard deduction and Section 87A rebate, which loosely relates to is_salaried and gross_income, but it does not add parameter-level detail beyond what the schema provides.

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 uses a specific verb ('Compute') and names the exact resource: Indian Personal Income Tax under Section 115BAC New Concessional Regime. It also identifies the key calculation components (standard deduction and Section 87A rebate), which clearly distinguishes it from generic tax siblings like indian_income_tax or tax_in.

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 phrase 'New Concessional Regime' and 'Section 115BAC' imply this tool is for the new regime, but the description does not explicitly state when to use it versus sibling tools like indian_income_tax or tax_in. There is clear context but no explicit exclusions or alternative routing.

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