Skip to main content
Glama

Rozbij Bank - Polish bank offers

Calculate Deposit Interest with Tax

CalculateDepositInterest
Read-onlyIdempotent

Calculate deposit/savings interest with Polish Belka tax (19% capital gains tax). Returns gross interest, tax amount, net interest and final amount.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesThe deposit amount in PLN
monthsYesDeposit period in months
annualRateYesAnnual interest rate in percent (e.g. 5.5 for 5.5%)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is known. The description adds the 19% Belka tax rule and return value components, providing useful behavioral context beyond annotations. No contradictions.

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?

A single sentence that front-loads the purpose and then lists the outputs. No waste, perfectly structured for quick agent scanning.

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

Completeness5/5

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

For a simple read-only calculation tool with full schema coverage and annotations, the description fully covers what the agent needs: inputs, tax rule, and outputs. No output schema exists, but the description compensates by listing return 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 coverage is 100% — every parameter has a description. The description adds context (Polish tax) but doesn't detail parameter syntax beyond what the schema already provides. Baseline 3 is appropriate.

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 uses a specific verb ('Calculate') and resource ('deposit/savings interest'), and clearly distinguishes from siblings (which are search/get tools). It also lists the outputs, making purpose unmistakable.

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?

The description clearly implies when to use (when interest with Polish tax is needed) and is contextually distinct from sibling search tools. It doesn't explicitly mention alternatives or exclusions, but the sibling names make the calculation role obvious.

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