Skip to main content
Glama

catalog

get_reviews

Последние отзывы заёмщиков о МФО: оценка, дата, текст (только публичные данные сайта).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
limitNo

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does add useful context by mentioning that only public site data is returned and specifies the fields (rating, date, text). However, it omits details about pagination, ordering, or response format, so the transparency is partial.

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 a single, focused sentence that directly conveys the tool's purpose and scope. It contains no filler or redundant information, earning a high conciseness score.

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

Completeness2/5

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

The tool is relatively simple, but the description is minimal. It does not explain parameter meanings, usage scenarios, or return value structure. With no output schema and no annotations, the description should provide more detail to be considered complete.

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

Parameters1/5

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

The schema defines a required 'slug' and optional 'limit', but the description provides no explanation or added meaning for these parameters. With 0% schema coverage, the description fails to compensate, leaving parameter semantics entirely to 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 states the tool retrieves latest borrower reviews of MFOs, specifying contained data (rating, date, text). This clearly distinguishes it from sibling tools like get_category, list_mfo, and search_offers, which serve different purposes.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description does not mention other tools or any exclusions, leaving the usage context entirely implied.

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

B3.4/5.0
Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

Seven tools is well-scoped for a read-only catalog server, covering all major resources without redundancy or bloat.

Completeness5/5

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.