Skip to main content
Glama
Declan142

calcnook

calculate_sip_dca

Calculate the future value of periodic investments (SIP/DCA) with optional annual step-up. Enter monthly contribution, expected return, and years to compute total corpus.

Instructions

Compute the future value of periodic contributions (SIP in India, DCA globally). Supports annual step-up of monthly contributions. Example queries: 'SIP ₹5000/month for 15 years at 12%', 'how much SIP to reach 1 crore in 10 years', 'DCA $500/month into index fund for 30 years', 'step-up SIP with 10% annual increase'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthly_amountYesFixed monthly contribution.
annual_returnYesDecimal expected annual return, e.g. 0.12 for 12%.
yearsYesInvestment horizon in years.
step_up_percentNoAnnual % increase in monthly contribution. E.g. 10.0 = 10% step-up each year.
Behavior4/5

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

The description explains the computation and step-up feature, but with no annotations, it could be more explicit about being a read-only calculation. However, it is sufficiently transparent for a calculator.

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 and example queries, front-loading the purpose and using efficient wording.

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?

The description covers inputs and usage well, but lacks explanation of the return value format. Given no output schema, it is slightly incomplete but still adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds context by explaining SIP/DCA concepts and step-up, going beyond what the schema provides.

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 computes future value of periodic contributions (SIP/DCA) and provides example queries, making the purpose specific and distinguishable from sibling calculator tools.

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 via examples but does not explicitly provide when-to-use or when-not-to-use guidelines relative to 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/Declan142/calcnook-mcp-server'

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