Skip to main content
Glama
solusinc

falazuki-finance-br

by solusinc

calculate_inflation_adjustment

Adjust a past Brazilian Real value for IPCA inflation to see its equivalent today or how much purchasing power has declined.

Instructions

Corrige um valor pela inflação (IPCA). Mostra quanto um valor do passado equivale hoje, ou quanto o poder de compra diminuiu.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearsYesNúmero de anos
directionNoDireção do cálculopast_to_present
original_valueYesValor original em R$
annual_inflationNoInflação anual média (%, padrão 5.5% — IPCA 2026)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

There are no annotations, so the description bears the full burden of disclosing behavior. It does reveal that the tool uses IPCA and reports purchasing-power impact, but it does not disclose the underlying formula, constant-rate assumption, or the fact that future projection is possible via the direction parameter. This leaves important behavioral ambiguity for a financial 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 compact and front-loaded: the first sentence names the core action and resource, the second clarifies the two possible outputs. Every word earns its place, and there is no redundant restatement of parameter names or schema details.

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?

The tool has four parameters, no output schema, and no annotations, yet the description only addresses the past-to-present scenario and the general output type. It omits the present_to_future direction, the calculation assumptions, and the return format, leaving gaps for an agent that needs to invoke the tool correctly in all supported modes.

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 schema already documents all four parameters, including defaults and units. The description adds minimal extra meaning beyond contextualizing the inflation index, so the baseline of 3 is appropriate; it neither conflicts with nor substantially enriches the schema.

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 the verb ('Corrige'), the resource ('um valor pela inflação (IPCA)'), and the expected output ('quanto um valor do passado equivale hoje, ou quanto o poder de compra diminuiu'). This distinguishes it from the many other calculation tools in the sibling list, such as compound interest or real salary.

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 implies the tool is for inflation-adjusted value comparisons but gives no explicit guidance on when to use it versus alternatives like calculate_real_salary or get_current_rates. No when-not-to-use cases or sibling references are provided, so an agent must infer suitability from the tool name alone.

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