Skip to main content
Glama

Yandex Market Search

yandex_search
Read-onlyIdempotent

Retrieve product listings from Yandex Market with prices, ratings, and sellers, aggregating multiple offers to determine current Russian market prices.

Instructions

Search Yandex Market and return products with both prices, ratings and sellers.

Yandex Market aggregates many sellers per product, which makes it the best single source for "what does this cost right now" across the Russian market — including goods Wildberries and Ozon do not carry.

Each result reports price_rub (what anyone pays) and price_with_plus (requires a Yandex Plus subscription, typically 25-30% lower). Prefer price_rub when quoting a price to a person.

Note rating_count counts star ratings, not written reviews; the written count is available per product via yandex_card.

Return Format

YandexSearchResponse: {query, page, page_count, total_available, has_next_page, returned, items, meta}. Items carry product_id, sku_id, title, brand, seller, price_rub (everyday — None when absent, never 0), price_with_plus, price_old_rub, currency, rating, rating_count, in_stock, is_express, url, image. Zero results is NOT an error — it is reported via meta.warnings.

Error Format

On validation or transport/parse failure, raises ToolError with a JSON message describing the error code and whether it is retryable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, 1-based.
limitNoMaximum products to return from the page.
queryYesFree-text search query in Russian, e.g. 'iphone 15' or 'стиральная машина узкая'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNo
pageNo
itemsNo
queryNo
returnedNo
page_countNo
has_next_pageNo
total_availableNo
Behavior5/5

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

Despite annotations already declaring readOnly/openWorld/idempotent behavior, the description richly discloses real behavioral traits: price_with_plus requires a Yandex Plus subscription, rating_count counts star ratings not reviews, zero results is not an error, and errors are JSON ToolError messages with retryability. No contradictions with annotations.

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 front-loaded with purpose, then uses clear sections for return format and error format. Every paragraph contributes meaningful operational details, and the length is justified by the complexity of pricing and result semantics.

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

Completeness5/5

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

For a search tool with output schema, this description is exceptionally complete: it covers price types, subscription caveats, rating semantics, pagination fields, zero-result behavior, and error handling. An agent has all the context needed to invoke and interpret results without guessing.

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?

The input schema has 100% parameter description coverage, so the baseline is 3. The description adds some context around result pricing semantics but does not materially extend parameter-level meaning beyond the schema's query/page/limit documentation.

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 opens with a specific verb and resource ('Search Yandex Market and return products with both prices, ratings and sellers'), clearly distinguishing it from sibling search tools like ozon_search and wb_search. The scope is unambiguous and the tool's role in the marketplace family is evident.

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

Usage Guidelines5/5

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

It explicitly frames Yandex Market as the best source for current pricing across the Russian market, including items Wildberries/Ozon do not carry, which guides selection vs alternatives. It also advises preferring price_rub when quoting to a person and directs users to yandex_card for written review counts, providing concrete when-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vladimir-Human/ru-marketplace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server