Skip to main content
Glama
rehan1020

mcp-india-stack

by rehan1020

calculate_neft_rtgs_imps_charges

Read-onlyIdempotent

Calculate transaction charges for NEFT, RTGS, IMPS, and UPI transfers based on amount, account type, and online status.

Instructions

Calculate NEFT/RTGS/IMPS/UPI transaction charges.

Use when estimating bank transfer costs or comparing payment modes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transfer_modeYesNEFT, RTGS, IMPS, or UPI
amountYesTransfer amount in INR
account_typeNo'savings' or 'current'savings
is_onlineNoTrue if done via online banking

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, which are consistent with the description. The description does not add behavioral details beyond what annotations provide, so it does not enhance transparency further.

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 extremely concise with two sentences: the first states the purpose, the second provides usage guidance. No unnecessary words, front-loaded with key information.

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

Completeness5/5

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

Given the output schema exists (as per context signals) and the input schema fully documents parameters, the description is complete. It adequately conveys the tool's purpose and usage without needing to explain return values.

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?

All parameters have descriptions in the input schema (100% coverage). The tool description does not add additional meaning beyond the schema, warranting a baseline score of 3.

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 transaction charges for specific transfer modes (NEFT/RTGS/IMPS/UPI). It distinguishes itself from sibling calculation tools by focusing on bank transfer costs, providing a specific verb and resource.

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 tells when to use the tool: 'when estimating bank transfer costs or comparing payment modes.' While it does not provide when-not-to-use or alternatives, the guidance is clear and contextually appropriate given the sibling tools.

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