Skip to main content
Glama
Jaume9

wealth-engine

by Jaume9

Investment Growth Projection

compound_growth

Project investment growth over time with compounding and recurring contributions. Returns future value, total contributed, interest earned, and inflation-adjusted value.

Instructions

Project how an investment grows over time with optional recurring contributions and compounding. Returns the future value, total contributed, interest earned, an inflation-adjusted 'real' value, and a year-by-year schedule. Use this to answer 'how much will my investing turn into?'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearsYesNumber of years to project.
principalYesStarting balance / lump sum invested today.
contributionNoRecurring contribution added each period. Default 0.
annualRatePctYesExpected nominal annual return, in percent (e.g. 7 for 7%).
periodsPerYearNoContribution & compounding periods per year (12 = monthly). Default 12.
annualInflationPctNoAnnual inflation rate (percent) used for the real-value column. Default 0.
contributionTimingNoWhether contributions land at the end or beginning of each period. Default 'end'.
Behavior4/5

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

No annotations, but description discloses outputs and optional features. For a stateless calculator, this is sufficient; no contradictions or missing critical behavioral traits.

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?

Two sentences: first defines action and output, second provides usage context. No fluff, front-loaded, every sentence earns its place.

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?

Lists return values and mentions inflation adjustment and schedule, but no output schema. For a financial calculator, this is fairly complete; a bit more detail on the schedule format could improve, but not required for clarity.

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 100%, so baseline is 3. Description adds minimal per-parameter detail beyond schema, tying parameters to overall calculation but not enriching individual parameter meanings.

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?

Explicitly states it projects investment growth with compounding and contributions, lists return values (future value, total contributed, interest earned, real value, schedule), and provides a clear use-case question.

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?

Clear context: 'how much will my investing turn into?'. Does not explicitly mention when not to use or suggest alternatives among sibling tools, but the usage context is well-defined.

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/Jaume9/wealth-engine-mcp'

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