Skip to main content
Glama

Rozbij Bank - Polish bank offers

Search Savings Accounts

SearchSavingsAccounts
Read-onlyIdempotent

Search and compare savings accounts (konta oszczędnościowe) in Poland. Returns interest rates, fees, and conditions. Call with no filters to get all accounts sorted by interest rate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1-50). Default 10.
sortByNoSort by: 'rate' (default, highest interest first), 'score' (overall ranking), 'popularity' (most popular first).rate
bankNameNoFilter by bank name (substring match, case-insensitive). Use GetBanks to see all available bank names. Leave empty to show all banks.
notConditionalNoOnly show unconditional offers (no activity requirements). Default false.
minInterestRateNoMinimum interest rate in percent (e.g. 5.0 for 5%). Default 0 = no filter.
noCheckingRequiredNoOnly show accounts that don't require a checking account (standalone savings). Default false.

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 / 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 / noCheckingRequired / description
      Previous value: -"Only show accounts that don't require a checking account"New value: +"Only show accounts that don't require a checking account (standalone savings). Default false."
    • changedInput schema / properties / notConditional / description
      Previous value: -"Only show unconditional offers"New value: +"Only show unconditional offers (no activity requirements). Default false."
    • changedInput schema / properties / sortBy / description
      Previous value: -"Sort by: rate, score, or popularity"New value: +"Sort by: 'rate' (default, highest interest first), 'score' (overall ranking), 'popularity' (most popular first)."
  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

B3.4/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows it's safe. The description adds useful return-field info ('interest rates, fees, and conditions') and default sorting, but it misrepresents the output scope by saying 'all accounts' when the default limit caps results at 10. This contradicts the schema's limit parameter and is a meaningful behavioral disclosure failure.

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 concise and front-loaded, with a clear first sentence and an actionable second sentence. However, the second sentence contains an inaccuracy about 'all accounts,' which makes the conciseness slightly less reliable.

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?

Given the 6-parameter schema and no output schema, the description explains the return content and default sort but misses the limit parameter's effect on 'all accounts.' It also doesn't elaborate on how to combine filters or handle edge cases, so the context is incomplete for fully correct usage.

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%, with every parameter having a description, so baseline is 3. The description doesn't add parameter-specific meaning beyond what the schema provides; the comment about 'no filters' is generic and doesn't clarify parameter interplay.

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's purpose: 'Search and compare savings accounts (konta oszczędnościowe) in Poland. Returns interest rates, fees, and conditions.' It uses a specific verb+resource and distinguishes itself from siblings like SearchBusinessAccounts and SearchPersonalAccounts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a concrete usage suggestion: 'Call with no filters to get all accounts sorted by interest rate.' However, this is misleading because the schema's default limit is 10, so 'all accounts' is inaccurate without increasing the limit. It doesn't mention alternatives or conditions for using other filters.

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