Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

Yandex Market Product Card

yandex_card
Read-onlyIdempotent

Fetch a Yandex Market product's full detail—price, rating star distribution, and reviews with pros/cons—in one request. See if a high average masks negative feedback.

Instructions

Fetch full detail for a Yandex Market product: prices, rating breakdown, reviews.

Two things here are hard to get anywhere else. The star distribution (rating_stars) shows whether a 4.8 average hides a cluster of one-star complaints. And reviews arrive with the card in one request, complete with pros, cons and helpfulness votes.

Reviews are capped at the ~13 Yandex renders server-side; the remainder load through an API this connector deliberately does not touch.

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
product_idYesNumeric Yandex Market product id — take it from yandex_search results.
include_reviewsNoInclude the server-rendered reviews (first ~13).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoCanonical product page URL.
metaNoValidation metadata.
brandNoBrand name.
imageNoPrimary product image URL.
titleNoProduct title.
ratingNoAverage rating, 1..5.
sellerNoSeller of the default offer.
sku_idNoSKU id of the default offer.
reviewsNoServer-rendered reviews (first ~13 only; the rest load over a closed API).
currencyNoCurrency code.RUR
price_rubNoEveryday price in roubles, without a subscription.
product_idNoYandex Market product id.
descriptionNoProduct description.
offers_countNoHow many competing offers exist for this product.
rating_countNoNumber of star ratings.
rating_starsNoRatings per star level, 1..5 — reveals whether a 4.8 hides a cluster of 1-star complaints.
review_countNoNumber of written reviews.
price_with_plusNoPrice requiring a Yandex Plus/Pay subscription.
discount_percentNoDiscount percentage as reported upstream.
price_before_discount_rubNoPre-discount reference price.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.2

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive, so safety is covered. The description adds meaningful behavioral detail beyond annotations: reviews are capped at ~13 server-rendered items, the connector deliberately avoids the additional review-loading API, and errors follow a structured ToolError JSON with retryability information.

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 efficiently organized: main purpose first, then differentiators, then the cap/limitation, then error behavior. The bolded star distribution point and the review-cap paragraph earn their place because they guide correct interpretation of results, and the error format section is compact and valuable.

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 rich output schema and clear annotations, the description covers the essential remaining gaps: unique data value, the review count limitation, and error/retry behavior. Nothing critical is missing for an agent to invoke the tool correctly and interpret results.

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?

Schema coverage is 100%, so the baseline is 3, but the description enriches the include_reviews parameter by explaining that reviews arrive with the card 'complete with pros, cons and helpfulness votes' and that the cap is ~13. This adds useful context not present in the schema.

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?

States the specific action and resource — 'Fetch full detail for a Yandex Market product' — and enumerates the concrete contents: prices, rating breakdown, reviews. This clearly distinguishes the card tool from search and selfcheck siblings.

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 makes the intended use clear: call this when you need detailed product information, star distribution, and reviews in a single request. It does not explicitly name alternatives or state when not to use it, but the context is unambiguous enough for an agent to route correctly.

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

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/neuratechcompany-ops/kettu-marketplace-mcp'

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