Skip to main content
Glama
rehan1020

mcp-india-stack

by rehan1020

calculate_rd_maturity

Read-onlyIdempotent

Calculate the maturity amount of a recurring deposit based on monthly installment, annual interest rate, and tenure in months.

Instructions

Calculate Recurring Deposit maturity amount.

Use when projecting RD returns or planning recurring deposits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthly_installmentYesMonthly deposit amount in INR
annual_interest_rateYesAnnual interest rate as percentage
tenure_monthsYesDeposit tenure in months

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/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 adds no behavioral context beyond stating it is a calculation. It does not elaborate on edge cases, accuracy, or performance implications.

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 consists of two short sentences that front-load the purpose and usage. Every word adds value, with no redundancy or filler.

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 presence of a complete output schema and annotations, the description adequately covers the tool's purpose and usage. It is concise but complete for a simple calculator tool.

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%, meaning the input schema already describes all three parameters well. The description adds no extra parameter-level details, so it meets the baseline without improvement.

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 'Recurring Deposit maturity amount'. The name and description together specify the exact resource (RD) and action (calculate maturity). It is distinct from sibling tools like calculate_fd_maturity.

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 usage context: 'Use when projecting RD returns or planning recurring deposits.' While it doesn't explicitly exclude cases or name alternatives, the guidance is clear and sufficient for typical use.

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