Skip to main content
Glama
sarveshtalele

Personal Finance MCP

plan_retirement

Plan retirement by calculating required corpus and monthly SIP, accounting for inflation and pension shortfall.

Instructions

Comprehensive retirement planning calculator. Calculates: corpus needed at retirement, monthly SIP needed, accounts for inflation on expenses and pension shortfall.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
current_ageYes
inflation_rateNo
retirement_ageYes
life_expectancyYes
monthly_pensionNo
monthly_expensesYes
pre_retirement_returnNo
post_retirement_returnNo
current_retirement_savingsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist, so the description must convey behavioral traits. It indicates a read-only calculation by saying 'calculates', but doesn't explicitly state it's non-destructive or require authentication. The mention of 'accounts for inflation and pension shortfall' adds some context but is insufficient for full transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences, front-loaded with the tool's label. The bullet-like list is efficient, though not perfectly structured. No unnecessary words, but could be slightly more organized.

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

Completeness2/5

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

Despite the tool's complexity (9 parameters, many siblings) and existence of an output schema, the description only covers a subset of inputs and calculations. It omits key aspects like the role of returns rates and current savings, making it incomplete for a comprehensive calculator.

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

Parameters2/5

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

Schema description coverage is 0%, yet the description only mentions a few of the 9 parameters (e.g., corpus, SIP, inflation, pension shortfall). It fails to explain key parameters like pre_retirement_return, post_retirement_return, and current_retirement_savings, leaving the agent without necessary context for correct invocation.

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's a 'comprehensive retirement planning calculator' and lists specific calculations (corpus needed, monthly SIP, inflation impact, pension shortfall). This distinguishes it from sibling tools like calculate_sip_needed which is more generic.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide any guidance on when to use this tool versus alternatives. With many sibling tools in similar domains, the absence of usage context limits the agent's ability to choose correctly.

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/sarveshtalele/personal-finance-mcp'

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