Skip to main content
Glama

Rozbij Bank - Polish bank offers

Search Credit Cards

SearchCreditCards
Read-onlyIdempotent

Search and compare credit cards (karty kredytowe) in Poland. Returns fees, interest rate (RRSO), grace period, rewards and moneyback. Call with no filters to get all credit cards sorted by score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1-50). Default 10.
sortByNoSort by: 'score' (default, overall ranking), 'reward' (highest bonus first), 'grace' (longest interest-free period), 'rrso' (lowest RRSO first).score
bankNameNoFilter by bank name (substring match, case-insensitive). Use GetBanks to see all available bank names. Leave empty to show all banks.
minScoreNoMinimum total score (0-100). Default 0 = no filter.
onlyFreeNoShow only cards with no annual/monthly fee. Default false.
minGracePeriodDaysNoMinimum interest-free (grace) period in days. Default 0 = no filter.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds context about the output fields and default sorting behavior, which is useful. It does not contradict annotations.

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 two sentences, front-loads the purpose, and provides a high-level usage tip without unnecessary detail. Every sentence adds value.

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?

Given the tool's straightforward read-only search nature, the description covers the essential aspects: what it searches, what it returns, and how to retrieve all results. The schema handles parameter details, and sibling tool names clarify the domain. The absence of an output schema is mitigated by the description listing key output fields.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides 100% coverage for all six parameters with detailed descriptions. The description adds a practical hint about the no-filters call and the relationship between sort options and output fields, enhancing the schema's baseline information.

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 function: to search and compare credit cards in Poland. It specifies return values such as fees, RRSO, grace period, rewards, and moneyback, which distinguishes it from sibling search tools for other financial products.

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 gives clear context for when to use the tool (when searching/comparing credit cards) and explicitly mentions that calling with no filters returns all cards sorted by score. However, it does not explicitly discuss alternatives or when not to use it, though sibling tool names suggest the distinction.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: search tools are clearly separated by product type (accounts, deposits, cards, etc.), and utility tools (calculation, bank list, referral, date) have no overlap. The relationship between SearchPromotions and GetPromotionDetails is a standard search/detail pattern that is easy to understand.

Naming Consistency5/5

All tools follow a consistent VerbNoun PascalCase pattern (GetBanks, SearchDeposits, CalculateDepositInterest). The verbs Get, Search, and Calculate are used consistently across the set, making the intent of each tool predictable from its name.

Tool Count5/5

With 13 tools, the server is well-scoped for a bank comparison platform. Each tool serves a clear purpose—covering searches for six product types, promotion management, and supporting utilities—without unnecessary bloat or missing essentials.

Completeness5/5

The tool set covers the full lifecycle of a bank offer comparison workflow: listing banks, searching all major product categories, retrieving promotion details, calculating deposit interest, obtaining referral codes, and accessing educational blog content. No obvious critical gaps are apparent for the stated purpose.

Resources