Skip to main content
Glama

catalog

get_market_rules

Правовой контекст микрозаймов в России (ставка 0,8%/день, лимит переплаты 100%, 151-ФЗ/353-ФЗ, самозапрет, период охлаждения) с датой последней проверки.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral transparency. It discloses the content and the presence of a 'date of last check,' but does not mention side effects, permissions, network calls, update behavior, or any other operational traits. This is a significant gap for a tool with no structural safety hints.

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, compact sentence that front-loads the core topic and packs key details without any fluff. It is appropriately sized for a tool with no parameters and an output that can be summarized in one line.

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

Completeness3/5

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

The description lists the main elements of the legal context and mentions the date of last check, giving a good sense of the returned content. However, it does not specify the return format (e.g., structured JSON vs. plain text), and since there is no output schema, this ambiguity leaves a notable gap.

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 input schema has zero properties, so schema coverage is 100% vacuously. The description adds no parameter semantics, but with no parameters to document, a baseline of 4 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource as 'legal context of microfinance loans in Russia' and enumerates specific details (rate, overpayment limit, laws, etc.), distinguishing it from sibling tools about categories, MFOs, or reviews. However, it lacks an explicit verb, relying on the tool name 'get' to imply the retrieval action.

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?

There is no guidance about when to use this tool versus alternatives. The description does not mention any usage context, exclusions, or reference to sibling tools, leaving the agent to infer the tool's purpose without any comparative guidance.

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.