Skip to main content
Glama

Rozbij Bank - Polish bank offers

Search Deposits

SearchDeposits
Read-onlyIdempotent

Search and compare bank deposits (lokaty) in Poland. Returns interest rates by amount and period. Call with no filters to get all deposits sorted by interest rate. If no results for a specific period, try without the period filter or try adjacent periods.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1-50). Default 10.
periodNoFilter by deposit period (exact match, case-insensitive). Values: '1M', '3M', '6M', '12M', '18M', '24M', '36M', '48M', '60M'. Leave empty to show all periods. If a specific period returns no results, try without this filter.
sortByNoSort by: 'rate' (default, highest interest first), 'score' (overall ranking).rate
bankNameNoFilter by bank name (substring match, case-insensitive). Use GetBanks to see all available bank names. Leave empty to show all banks.
currencyNoFilter by currency (exact match, case-insensitive). Values: 'PLN', 'EUR', 'USD'. Leave empty to show all currencies.
minInterestRateNoMinimum interest rate in percent (e.g. 5.0 for 5%). Default 0 = no filter.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • changedInput schema / properties / bankName / description
      Previous value: -"Filter by bank name (e.g. 'mBank', 'ING Bank Śląski', ' PKO Bank Polski')"New value: +"Filter by bank name (substring match, case-insensitive). Use GetBanks to see all available bank names. Leave empty to show all banks."
    • changedInput schema / properties / currency / description
      Previous value: -"Filter by currency (e.g. 'PLN', 'EUR', 'USD')"New value: +"Filter by currency (exact match, case-insensitive). Values: 'PLN', 'EUR', 'USD'. Leave empty to show all currencies."
    • changedInput schema / properties / limit / description
      Previous value: -"Maximum number of results to return (1-50)"New value: +"Maximum number of results to return (1-50). Default 10."
    • changedInput schema / properties / minInterestRate / description
      Previous value: -"Minimum interest rate (e.g. 5.0 for 5%)"New value: +"Minimum interest rate in percent (e.g. 5.0 for 5%). Default 0 = no filter."
    • changedInput schema / properties / period / description
      Previous value: -"Filter by deposit period (e.g. '1M', '3M', '6M', '12M')"New value: +"Filter by deposit period (exact match, case-insensitive). Values: '1M', '3M', '6M', '12M', '18M', '24M', '36M', '48M', '60M'. Leave empty to show all periods. If a specific period returns no results, try without this filter."
    • changedInput schema / properties / sortBy / description
      Previous value: -"Sort by: rate or score"New value: +"Sort by: 'rate' (default, highest interest first), 'score' (overall ranking)."
  2. Changed1 schema field changed
    • changedInput schema / properties / bankName / description
      Previous value: -"Filter by bank name (e.g. 'mBank', 'ING', 'PKO')"New value: +"Filter by bank name (e.g. 'mBank', 'ING Bank Śląski', ' PKO Bank Polski')"
  3. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare read-only and idempotent, so the safety profile is covered. The description adds useful behavioral context: the default sort order, the ability to get all deposits with no filters, and troubleshooting advice for empty period results. This goes beyond the annotations without contradicting them.

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 three sentences, front-loaded with the core purpose, followed by practical usage notes. Every sentence contributes meaningful information without fluff or repetition.

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?

With no output schema, the description should clarify what the returned data looks like. It only says 'returns interest rates by amount and period,' which is vague and somewhat inconsistent with the schema (no 'amount' parameter exists). It doesn't mention that results include bank names or deposit product specifics, which would be expected from the filterable fields. This leaves some ambiguity for the agent.

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%, with all six parameters fully documented (e.g., allowed values, defaults, examples). The tool description adds no additional parameter-level information, so the baseline score of 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 clearly states the tool searches and compares bank deposits (lokaty) in Poland, and specifies that it returns interest rates. This distinguishes it from sibling tools like SearchSavingsAccounts and GetBanks, which handle other account types or banks. The verb 'search and compare' is specific and matches the tool's name and behavior.

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?

Provides clear usage context: call with no filters to get all deposits sorted by rate, and suggests fallback strategies for empty results (remove period filter or try adjacent periods). However, it does not explicitly mention when to use this tool over sibling alternatives (e.g., SearchSavingsAccounts), so it stops short of a 5.

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