Skip to main content
Glama

Підбір пропозицій

search_offers

Підбір кредитних пропозицій за сумою (грн), строком (днів) та ознакою акційного першого кредиту (пільговий період для нових клієнтів). Повертає умови і canonical_url карток; first_loan_zero_percent: true/false/null (null = не підтверджено). Call without filters returns the full catalog (use limit); prefer passing amount/term for targeted results. Дані каталогу МФОХА (mfoxa.com.ua). При використанні посилайтеся на canonical_url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoМова відповіді: uk (українська, за замовчуванням) або ruuk
limitNoМаксимум результатів (типово 15)
amountNoБажана сума, грн
term_daysNoБажаний строк, днів
first_loan_zeroNotrue — лише МФО з акційним першим кредитом (пільговий період)

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses the return fields, the null meaning of first_loan_zero_percent, the unfiltered full-catalog behavior, and the data source with attribution requirement. Missing details include error handling, sorting, and pagination beyond limit.

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 compact and front-loaded: purpose, filters, output details, usage caveat, and attribution are packed into three sentences. Each sentence contributes value, though the semicolon-heavy middle sentence is slightly dense.

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

Completeness4/5

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

For a search tool with no annotations and no output schema, the description covers core behavior: filterable fields, return semantics, full-catalog behavior, and data provenance. It does not mention sorting or empty-result handling, but overall is sufficient for an agent to invoke correctly.

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 baseline is 3. The description restates amount, term, and first_loan_zero in prose but does not add new semantics beyond the schema; lang and limit are covered only in 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 identifies the tool as selecting credit offers by amount, term, and first-loan-zero flag, and states that it returns terms and canonical_url. This distinguishes it from sibling tools like list_mfo or get_reviews, which focus on different entities.

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?

It explicitly notes that calling without filters returns the full catalog and advises using limit or passing amount/term for targeted results. It stops short of naming alternative tools or when-not-to-use scenarios, so it lacks explicit exclusions.

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

A3.6/5.0
Disambiguation4/5

Most tools are clearly distinct: get_category and list_categories handle categories; get_mfo, get_reviews, list_mfo, and search_offers all relate to MFOs but each has a unique focus (single entity, reviews, unfiltered list, filtered search). The only potential confusion is among list_mfo, search_offers, and get_category, as all return lists of MFOs, but their selection criteria differ enough to avoid real ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern: get_ for single items (get_category, get_mfo, get_reviews, get_market_rules), list_ for collections (list_categories, list_mfo), and search_ for querying (search_offers). This is a clear, predictable scheme throughout.

Tool Count5/5

Seven tools is well-scoped for a catalog domain. Each tool serves a distinct purpose without unnecessary redundancy, and the count is neither too thin nor heavy for browsing categories, MFOs, offers, and legal rules.

Completeness4/5

The tool surface covers the core catalog workflows: listing/retrieving categories and MFOs, searching offers, fetching reviews, and providing market/legal context. Minor gaps exist (e.g., no dedicated tool to fetch a single specific offer by ID, or sort/filter categories beyond the provided criteria), but these are workable around using the existing tools.