Skip to main content
Glama
ztemerbekov

A1 Yandex KIT MCP

List variant storefront links

list_variant_links
Read-only

Get storefront page URLs for product variants by combining relative variant links with the store's base URL. Use for CMS, PIM, or feeds without maintaining URL rules.

Instructions

Storefront page URLs of variants, ready to hand to a CMS, PIM or feed. Each variant carries a relative_link_url from the API — it already reflects the store's path settings and selects the variant (?variant=) — and this tool joins it with the store's b2c_url, so no URL rules have to be maintained on the integration side. One call instead of list_variants + get_store. Same filters as list_variants; archived variants are excluded by the API. The response carries a machine-readable coverage envelope (coverage, received, total_count, pages_read); coverage:"partial" MUST be reflected in the user-facing answer and forbids claiming the listing is complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoFetch all pages via auto-pagination, up to 500 items; ignores page/per_page.
nameNoCase-insensitive partial search by name, SKU, barcode or KIT ID.
pageNoPage number, starting at 1 (default 1).
per_pageNoItems per page, 1-100 (default 25). Values outside the range are clamped.
product_idNoFilter by parent product ID (UUID).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.7.0

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses important behavioral details: it explains that archived variants are excluded, and it describes the response's coverage envelope (coverage, received, total_count, pages_read) with a mandatory requirement to reflect partial coverage in user-facing answers. It also reveals how the tool joins relative_link_url with b2c_url, providing insight into internal logic that affects output.

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 yet information-dense. It front-loads the primary purpose, then efficiently covers the URL joining mechanism, alternatives, filters, exclusions, and the coverage envelope. Each sentence adds essential value, and there is no redundant or filler content. The structure is logical and easy to parse.

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 read-only tool with no output schema, the description is remarkably complete. It covers what the tool does, how it works, when to use it, alternatives, parameter compatibility, exclusions, and the response's coverage semantics. The only minor omission is exact URL format examples, but that is not necessary for correct invocation. The description leaves no critical gaps for an agent to call the tool properly.

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 already provides comprehensive descriptions for all 5 parameters (100% coverage), so the description does not need to add parameter details. It mentions 'Same filters as list_variants', which is a helpful cross-reference but does not add new semantic meaning beyond what the schema already offers. The description adds no new parameter-level information, so the baseline of 3 applies.

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: it produces storefront page URLs for variants, ready for integration with CMS/PIM/feed. It also differentiates from siblings by explicitly naming the alternatives (list_variants + get_store) and explaining that this tool replaces both in one call.

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?

The description provides explicit usage guidance: it says 'One call instead of list_variants + get_store', clearly indicating when to use this tool versus alternatives. It also notes 'Same filters as list_variants', giving the agent a direct reference for parameter behavior, and mentions that archived variants are excluded by the API, which is a critical filtering condition.

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

Deploy Server

Other Tools