Skip to main content
Glama

Добірка

get_category
Read-onlyIdempotent

Одна тематична добірка за slug: критерій відбору, порядок сортування, таблиця МФО з умовами (сума, строк, ставка, реальна річна ставка) та canonical_url і markdown_url сторінки. Використовуйте, коли запит збігається з готовою редакційною добіркою («кредит на картку», «позика без відмови»); slug беріть із list_categories. Для підбору за числами — search_offers, для деталей однієї МФО — get_mfo, для переліку всіх добірок — list_categories. Read-only, без авторизації, ліміт 60 запитів/хв. Поле top — готові добірки з цієї ж сторінки (best_value: ставка не вище 0,01% на день і комісія за видачу 0; max_amount — за максимальною сумою; max_term — за максимальним строком), до 10 позицій кожна, лише умови нового клієнта — беріть їх замість власного сортування. Невідомий slug → відповідь-помилка з підказкою. Дані каталогу МФОХА (mfoxa.com.ua). При використанні посилайтеся на canonical_url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoМова відповіді: uk (українська, типово) або ru. Змінює мову назв і текстів, а не набір данихuk
slugYesSlug добірки з list_categories, напр. kredit-na-kartu (кредитна) або pozyka-na-kartku (позикова)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / lang / description
      Previous value: -"Мова відповіді: uk (українська, за замовчуванням) або ru"New value: +"Мова відповіді: uk (українська, типово) або ru. Змінює мову назв і текстів, а не набір даних"
    • changedInput schema / properties / slug / description
      Previous value: -"Slug категорії, напр. kredit-na-kartu або pozyka-na-kartku"New value: +"Slug добірки з list_categories, напр. kredit-na-kartu (кредитна) або pozyka-na-kartku (позикова)"
  2. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description adds specific behavioral disclosures: no authorization needed, 60 req/min rate limit, unknown-slug error-with-hint behavior, and an attribution requirement (reference canonical_url). It also explains the top field's selection semantics (best_value/max_amount/max_term with exact criteria), providing value well beyond annotation metadata.

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 long but every sentence earns its place: purpose, sibling routing, auth/rate-limit, the complex top-field semantics, error behavior, and attribution. It is front-loaded with the core purpose and usage guidance before the detailed field explanations. Slightly dense, but justified by the tool's complexity and absent output schema.

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?

With no output schema, the description carries full responsibility for explaining the return shape — and it does so thoroughly: primary fields, the top field with its three variants and limits (up to 10 items, new-client conditions only), error responses for unknown slugs, and data source. An agent has everything needed to invoke and interpret the tool 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 schema already fully documents both parameters (lang enum with default, slug with source and examples). The description adds minimal parameter-level meaning beyond the schema — it reinforces where the slug comes from and its thematic meaning, but this largely duplicates schema content. Baseline 3 is appropriate since the schema carries the burden.

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 states a specific verb+resource ('Одна тематична добірка за slug') and enumerates exactly what is returned: selection criterion, sort order, MFI table with conditions, canonical_url and markdown_url. It explicitly differentiates from three siblings (search_offers, get_mfo, list_categories), making it impossible to confuse with similar tools.

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

Usage Guidelines5/5

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

Gives an explicit when-to-use rule: use when the query matches a ready editorial collection ('кредит на картку', 'позика без відмови'). It then names concrete alternatives with their selection criteria: search_offers for numerical filtering, get_mfo for single-MFI details, list_categories for the full list. This is textbook routing with no inference required.

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.