Skip to main content
Glama

Senaro Personal Finance

Compound Interest Calculator

compound_interest
Read-onlyIdempotent

Calculation, not advice. Verify with a professional before acting. Standard compound interest calculator. Returns future value, total contributions, interest earned, effective annual rate, and milestones. The response includes chart_hints with rendering directives any client can use. The senaro-charts MCP server renders them locally over stdio only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolArgumentsYesJSON object with these parameters: principal: decimal >= 0 (REQUIRED) annual_rate_pct: decimal 0-100 as percentage, e.g. 7 not 0.07 (REQUIRED) years: int >= 1 (REQUIRED) monthly_contribution: decimal >= 0 (optional, default 0) compounds_per_year: int > 0 (optional, default 12) inflation_rate_pct: decimal >= 0 (optional, default 0 = NO real-value overlay; >0 = explicit percentage e.g. 3.5; -1 = deprecated suppress, same as 0) apply_default_inflation: bool (optional, default false; when true and inflation_rate_pct=0, auto-selects inflation via MacroeconomicDefaults.ForHorizon; ignored when inflation_rate_pct>0 or rate_convention='real') rate_convention: 'nominal'|'real' (optional, default 'nominal'; 'real' unconditionally suppresses the inflation overlay; use when annual_rate_pct is already inflation-adjusted) chart_title: string (optional) override for the chart title. Must not contain em-dashes or en-dashes. Max 120 characters.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already establish that this is a read-only, idempotent, non-destructive, closed-world calculation. The description adds useful context beyond annotations: it lists the return fields, mentions chart_hints rendering directives, and clarifies that senaro-charts renders locally over stdio only.

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 short and efficient, but it front-loads legal disclaimers before the primary purpose statement. The remaining sentences are concise and each supports selection or invocation, though the chart_hints rendering detail is secondary.

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?

For a calculation tool with a fully described input schema and rich annotations, the description covers outputs, chart_hints behavior, and the local rendering constraint. No output schema exists, but the description compensates by naming the returned values.

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%, so the input schema fully documents all parameters. The description adds no additional parameter meaning beyond what the schema provides, making the baseline score of 3 appropriate.

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?

The description clearly identifies this as a standard compound interest calculator and lists the outputs (future value, contributions, interest, EAR, milestones). It is specific about the resource and calculation type, though it does not explicitly differentiate itself from the many sibling financial calculators.

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 provides no guidance on when to use this calculator versus alternatives such as payoff_vs_invest or calculate_opportunity_cost. It only includes a general disclaimer ('Calculation, not advice') and no use-case context or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources