Skip to main content
Glama

market

Справочник Tapuzinski

list_taxonomy
Read-only

Перечислить доступные разделы, категории, города и допустимые значения фильтров Tapuzinski. Зови ПЕРЕД search_listings, чтобы подставить правильные слаги города и категории.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

The readOnlyHint annotation already tells the agent this is a safe read. The description adds what is enumerated (sections, categories, cities, filter values), which is real context, but it does not describe the shape, nesting, or locale/language of the returned taxonomy, so it adds only moderate value beyond the annotation.

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?

Two short sentences, zero filler, and the actionable instruction (call before search_listings to supply correct slugs) is front-loaded where it will be read first.

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?

With no parameters and no output schema, the description carries the full burden of explaining what comes back, and it does so at the category level. It is nearly sufficient; only the structure of the returned taxonomy is left unspecified.

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 tool takes zero parameters, so the baseline is 4; there is nothing for the description to clarify semantically. The mention of 'допустимые значения фильтров' describes results, not accepted inputs, so it does not mislead.

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?

States a specific verb ('Перечислить') plus an explicit resource set: sections, categories, cities, and allowed filter values for Tapuzinski. An agent can tell this is the enumeration/lookup tool for the domain vocabulary that the sibling search tool consumes, though the relation to get_listing is not spelled out.

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?

Gives clear when-to-use guidance with ordering: call this BEFORE search_listings so the correct city and category slugs can be substituted. It does not state any exclusion case (e.g., when taxonomy data is unnecessary or already cached), so it stops short of a 5.

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.

Resources