get_mfo
Карточка МФО: условия для новых и повторных клиентов, требования, комиссии, юрданные (ОГРН, реестр ЦБ РФ), рейтинг по 4 критериям, дата актуализации записи.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Карточка МФО: условия для новых и повторных клиентов, требования, комиссии, юрданные (ОГРН, реестр ЦБ РФ), рейтинг по 4 критериям, дата актуализации записи.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It does disclose the diverse data fields included (conditions, requirements, commissions, legal data, rating, actualization date), which is useful. However, it omits response format, error behavior, and whether it returns a single object or collection.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single efficient sentence that packs many content categories. It is concise, though a structured list could improve scannability. Every phrase contributes substance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple get-by-slug tool, the description offers a strong overview of the response content but lacks practical details like how to find the slug and what the output shape is. It is adequate but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter (slug) with zero documentation, and the description never mentions it. While the slug name is self-explanatory, the description adds no value for understanding how to supply or obtain the slug. Low schema coverage demands compensation that is not provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly indicates the tool returns a detailed MFO card with specific content categories (conditions, commissions, legal data, rating). The verb is implied by the resource type but not explicitly stated. It effectively distinguishes from list_mfo by focusing on a single card's detailed content.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus sibling tools like list_mfo or search_offers. The description only outlines the content returned, not the selection criteria or business context for choosing it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a distinct primary function: listing vs. retrieving single entities, searching offers, and retrieving rules/reviews. The only potential ambiguity is between get_category (curated collections) and search_offers (parameter-based search), but their descriptions clarify the purpose.
All tool names follow a consistent verb_noun pattern: get_ for single items, list_ for collections, and search_ for query-based retrieval. No mixed conventions or vague verbs.
Seven tools is well-scoped for a read-only catalog server, covering all major resources without redundancy or bloat.
The surface covers the full domain: categories, MFO details, reviews, market rules, and search. As a read-only catalog, no CRUD operations are needed, and no obvious gaps exist.