Skip to main content
Glama
sarveshtalele

Personal Finance MCP

suggest_asset_allocation

Suggests an equity, debt, and gold split based on age, risk profile, and investment horizon using the 100-age rule. Optionally calculates monthly investment amounts per bucket.

Instructions

Suggest asset allocation based on age, risk profile, and investment horizon. Uses 100-age equity rule with adjustments. This is the single source of truth for an equity/debt/gold split — assess_risk_profile returns the same numbers. Pass monthly_investment to also get exact per-bucket monthly amounts. risk_profile: conservative, moderately_conservative, moderate, moderately_aggressive, aggressive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageYes
risk_profileYes
monthly_investmentNo
investment_horizon_yearsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Discloses the use of the 100-age equity rule with adjustments and its role as the authoritative split calculator. Without annotations, it does not describe error handling, state changes, or limitations, but offers reasonable insight into its method.

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?

Concise, with main purpose upfront, no redundant sentences. Could be slightly more structured but overall efficient.

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?

Provides enough context for a suggestion tool, but lacks detail on output structure (e.g., whether percentages, amounts, or both). With an output schema present, the description could be leaner; however, given no annotations, it is adequate.

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 coverage is 0% but description clarifies risk_profile values and the effect of monthly_investment. Other parameters (age, investment_horizon_years) receive no additional explanation, partially compensating for schema gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it suggests asset allocation based on age, risk profile, and horizon. Mentions the 100-age equity rule and relationship to sibling assess_risk_profile, but lacks explicit differentiation on when to choose one over the other.

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?

Provides some guidance: it is the single source of truth for the split and mentions assess_risk_profile returns same numbers. Also notes that passing monthly_investment yields per-bucket amounts. However, no explicit when-not-to-use or prerequisites.

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