Skip to main content
Glama
rehan1020

mcp-india-stack

by rehan1020

calculate_presumptive_tax

Read-onlyIdempotent

Compute tax under presumptive scheme (Sections 44AD, 44ADA) for small businesses and professionals. Input gross receipts and other parameters to determine liability.

Instructions

Calculate tax under presumptive scheme (Sections 44AD, 44ADA).

Use when computing tax for small businesses or professionals under presumptive taxation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemeYes'44AD' for business or '44ADA' for professionals
gross_receiptsYesTotal gross receipts in INR
digital_receipt_percentNoPercentage via digital mode
regimeNo'new' or 'old' tax regimenew
ageNoAssessee age
deductions_80cNoSection 80C deductions (old regime)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description does not need to repeat that. It adds context about applicable sections (44AD/44ADA) but does not detail output behavior; however, an output schema exists, so this is acceptable.

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?

Two sentences, no filler, front-loaded with the core action. Every word earns its place.

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?

With an output schema present, the description does not need to explain return values. It covers the purpose, usage context, and required parameters adequately for a tool with moderate complexity (6 params, 2 required). Could mention that it computes tax amount, but it's implied.

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%, with each parameter clearly described. The tool description adds minimal new information beyond the schema, which is acceptable. Baseline score of 3 applies due to full schema coverage.

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 it calculates tax under Sections 44AD and 44ADA for small businesses/professionals. The verb 'Calculate' and resource 'tax under presumptive scheme' are specific and distinguishable 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 says 'Use when computing tax for small businesses or professionals under presumptive taxation,' providing clear context. It does not mention when to avoid using it or alternative tools, but the sibling list includes broader tax calculators, so some inference is possible.

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