Skip to main content
Glama
denispaul2406

india-business-mcp-server

calculate_gst_tax

Calculates CGST, SGST, and IGST amounts by analyzing transaction amount, GST rate, seller GSTIN, and buyer state to determine inter-state or intra-state routing.

Instructions

Calculates GST (CGST, SGST, IGST) breakdown based on transaction amount, GST rate, seller's GSTIN and buyer's location/state. Determines inter-state vs intra-state routing automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateYesThe GST tax rate percentage (e.g. 5, 12, 18, 28).
amountYesThe transaction amount (price of goods/services).
inclusiveNoWhether the provided amount is inclusive of GST. Defaults to false (exclusive).
sellerGstinYesThe 15-character GSTIN of the seller.
buyerStateCodeOrNameYesThe state name or 2-digit state code of the buyer (e.g., 'Delhi' or '07').
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It describes the core logic (breakdown calculation, inter/intra-state routing) but omits behavioral details like validation requirements, error handling, or side effects. Adequate but not comprehensive.

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, well-structured sentence that front-loads the purpose and key functionality. No redundant words; every phrase adds value.

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?

The tool has moderate complexity (5 parameters, no output schema). The description explains inputs and routing logic but lacks details about output structure or return format. While sufficient for basic use, it leaves gaps for an agent unfamiliar with GST.

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?

Input schema has 100% parameter coverage with descriptions. The description adds context (seller's GSTIN, buyer's location, inter-state routing) but does not enhance individual parameter semantics beyond the schema. Baseline score of 3 applies.

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 verb 'Calculates' paired with the resource 'GST (CGST, SGST, IGST) breakdown' clearly defines the tool's function. It distinguishes itself from sibling tools (validation/lookup) by being a calculation tool.

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 description implies usage for GST calculation based on transaction details, but no explicit when-to-use or when-not-to-use guidance is provided. It does not mention alternatives or exclusions, leaving the agent to infer context from sibling names.

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/denispaul2406/india-business-mcp-server'

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