Skip to main content
Glama
rehan1020

mcp-india-stack

by rehan1020

calculate_income_tax_interest

Read-onlyIdempotent

Calculate penalty interest for late tax filing or short advance tax payments under Sections 234A, 234B, 234C using tax liability, TDS, advance tax, and filing dates.

Instructions

Calculate interest under Sections 234A, 234B, 234C.

Use when computing penalty interest for late tax filing or short advance tax payments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
total_tax_liabilityYesTotal tax liability in INR
tds_deductedNoTDS already deducted in INR
advance_tax_paidNoDict with q1,q2,q3,q4 quarterly payments
filing_dateNoFiling date YYYY-MM-DD or None if not filed
due_dateNoDue date YYYY-MM-DD2025-07-31

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true, so the description adds minimal behavioral context beyond 'calculate'. No contradictions, but no additional traits disclosed (e.g., no mention of output format or side effects).

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 two sentences, front-loaded with the action and specific sections. Every word earns its place, with no redundancy or fluff.

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?

The output schema exists, so return values are covered. The description is complete for a calculator tool, providing both purpose and usage. It doesn't elaborate on prerequisites, but the required parameter 'total_tax_liability' implies its necessity.

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 coverage is 100% with clear descriptions for all 5 parameters. The description does not add extra meaning beyond the schema, so a baseline score of 3 is appropriate.

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 calculates interest under specific sections (234A, 234B, 234C) and provides the context of penalty interest for late filing or short advance tax payments, distinguishing it from sibling tools like calculate_income_tax.

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

Usage Guidelines4/5

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

The description explicitly advises when to use the tool ('Use when computing penalty interest for late tax filing or short advance tax payments'), though it does not mention when not to use or provide direct alternatives. However, the specificity is sufficient for most agents.

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/rehan1020/MCP-India-Stack'

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