Skip to main content
Glama
rehan1020

mcp-india-stack

by rehan1020

calculate_tds

Read-onlyIdempotent

Calculate TDS withholding tax on payments like contractor fees, interest, rent, or professional services. Input TDS section, payment amount, and payee details for FY2025-26.

Instructions

Calculate TDS for a given section and payment amount (FY2025-26).

Use when computing withholding tax on contractor payments, professional fees, interest, rent, commissions, or purchase of goods.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesTDS section key, e.g. '194C_individual', '194J_professional'
payment_amountYesGross payment amount in rupees
pan_availableYesWhether payee has provided PAN
is_senior_citizenNoFor 194A bank interest — applies higher threshold for seniors
aggregate_payments_ytdNoPrior payments to same payee under this section in current FY
payee_typeNoPayee type: 'individual_huf' or 'other' (affects 194C rate)individual_huf

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint: true and idempotentHint: true, so the tool is known to be a safe, idempotent calculation. The description does not contradict these and adds context about the calculation scope. It does not reveal additional behavioral traits, but given the strong annotations, this is sufficient.

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 concise with two sentences. The first sentence states the core function and year, the second lists use cases. There is no redundancy or wasted words.

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?

Given the high schema coverage and existence of an output schema, the description adequately covers purpose and usage. It is complete for the tool's complexity, though a brief mention of the return format could further 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 coverage is 100%, so each parameter already has a description in the input schema. The tool description does not add extra semantic detail beyond listing some use cases. Baseline for high coverage is 3, and there is no additional enrichment.

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 specifies the verb 'calculate', the resource 'TDS', and the tax year 'FY2025-26'. It lists specific applicable scenarios (contractor payments, professional fees, etc.), distinguishing it from sibling tools like 'calculate_income_tax' which cover broader tax calculations.

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 provides explicit use cases: 'Use when computing withholding tax on contractor payments, professional fees, interest, rent, commissions, or purchase of goods.' This gives clear positive guidance, but it does not mention when not to use or explicitly name alternative tools, which slightly reduces the score.

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