Skip to main content
Glama
A1-x-Tech

Yandex Merchants MCP

Возобновить показ предложений

show_offers
Idempotent

Unhide previously hidden offers in Yandex Merchants by specifying feed and offer IDs. Restore product visibility in bulk, up to 500 offers per request.

Instructions

Возобновляет показ ранее скрытых предложений: от 1 до 500 за запрос (DELETE /hidden-offers с JSON-телом). Ответ API: { status: "OK" } либо { status: "ERROR", errors: [...] }; коды: DUPLICATE_OFFER, INVALID_FEED_ID, INVALID_OFFER_ID, REQUEST_LIMIT_EXCEEDED. Лимит: 50 000 операций скрытия/показа в минуту (общий с hide_offers).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offersYesПредложения, показ которых нужно возобновить (1–500 за запрос).
Behavior5/5

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

The description adds significant behavioral details beyond annotations: the exact API response format ({ status: "OK" } or error codes), possible error codes (DUPLICATE_OFFER, INVALID_FEED_ID, etc.), and a rate limit shared with hide_offers. These are valuable operational details not present in the annotations alone.

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 concise and well-structured: purpose first, then request method and response format, followed by error codes and rate limit. Every sentence contributes useful information with no redundancy.

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?

With a single parameter fully documented by the schema and annotations providing safety hints, the description covers all essential aspects: what it does, how the API behaves, error handling, and limits. It is complete for the tool's complexity.

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 provides 100% coverage, thoroughly describing the 'offers' parameter and its nested fields (feed_id, offer_id). The description does not add any parameter-specific meaning beyond restating the 1-500 per request limit, which is already present in schema constraints.

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's purpose: 'Возобновляет показ ранее скрытых предложений' (resumes showing previously hidden offers), with a specific verb and resource. It also references the underlying HTTP endpoint (DELETE /hidden-offers), which distinguishes it from sibling tools like hide_offers.

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?

The description implies when to use the tool (for previously hidden offers) and mentions a shared rate limit with hide_offers, giving context. However, it does not explicitly state when not to use it or name alternatives, so it stops short of full when/when-not 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/A1-x-Tech/mcp-yandex-merchants'

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