Skip to main content
Glama

1233.chat

Поиск объявлений

search_listings
Read-only

Ищет активные объявления на 1233.chat (Бишкек): товары, услуги и заявки на поиск исполнителя.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoproduct — товар, service_offer — предлагают услугу, service_request — ищут исполнителя.
limitNoСколько объявлений вернуть.
queryNoЧто ищем: слова из названия или описания. Пусто — самые свежие объявления.
max_priceNoМаксимальная цена.
min_priceNoМинимальная цена.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and there is no contradiction. The description adds useful context about searching only active listings in Bishkek, but it does not disclose response behavior, pagination, sorting, or any special constraints. With read-only safety covered by annotations, this is adequate but not rich.

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 front-loaded sentence with no filler: it states the verb, the resource, the location, and the main categories. Every part earns its place.

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 zero required parameters, full schema descriptions, a readOnlyHint annotation, and an output schema present, the description is largely complete for correct invocation. The main missing piece is sibling-routing context, but that gap is already penalized under usage guidelines.

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 all five parameters already have meaningful Russian descriptions, including the kind enum values, limit bounds, query behavior, and price filters. The description adds little beyond the schema, apart from aligning the kind values with 'товары, услуги и заявки'.

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 uses a specific verb 'Ищет' and names the resource: active listings on 1233.chat in Bishkek, covering products, services, and service requests. It is clear and specific, but it does not explicitly distinguish itself from the sibling tool get_listing, so it stops short of a 5.

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 get_listing, and no exclusions or alternative routing. The description only implies that this is the general search tool, which is not enough for an agent to confidently choose between search_listings and get_listing.

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