Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

Ozon Product Reviews

ozon_reviews
Read-onlyIdempotent

Retrieve Ozon product reviews and star distribution from a SKU, product URL, or path. Sort reviews by newest, highest, or lowest rating; collect up to 100 texts with author, score, and date.

Instructions

Fetch Ozon product review texts + star distribution via composer-api.bx.

Tier-1 (curl_cffi) tried first, Tier-2 (Chrome CDP) fallback — same path as ozon_card. Returns review texts (comment/positive/negative), per-review score, helpfulness votes, author first name, date, plus the overall star distribution and total count.

Pages are walked automatically (30/page) until limit texts are collected or pages run out, deduplicating by review uuid. Hard cap of 10 pages.

Return Format

OzonReviewsResponse: {status, sort, rating_score, reviews_count, distribution, returned, partial, stop_reason, last_error, requested_limit, reviews, meta} on success. A later-page failure with reviews already collected is a PARTIAL SUCCESS (partial=True, stop_reason set), NOT an error.

Error Format

Raises ToolError on validation (BadRequestError), transport/block (TransportDownError), or parser drift (ParserDriftError) — but ONLY when no reviews have been collected yet. Once at least one page yielded reviews, a later-page failure degrades to a partial-success return.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoReview ordering. Aliases: "recent"/"default" -> newest, "best"/"highest" -> highest rated first, "worst"/"lowest"/"complaints" -> LOWEST rated first. Raw API values published_at_desc/score_desc/score_asc also accepted.recent
limitNoMax review texts to return (1..100). Distribution+total always full.
sku_or_pathYesSKU integer-as-string, full Ozon URL, or /product/<digits>/ path. Normalized to /product/<digits>/reviews/ (SSRF-allowlisted).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoCanonical Ozon reviews URL.
sortNoAPI sort key used (published_at_desc, score_desc, score_asc).
_metaNoValidation metadata.
statusNoResponse status: success or error.success
partialNoWhether a later-page failure degraded to partial success.
reviewsNoCollected review items.
returnedNoNumber of review texts returned.
tier_usedNoFetch tier used for the first page.
last_errorNoLast error detail on partial success.
stop_reasonNoWhy pagination stopped: http, parse, blocked, max_pages, etc.
distributionNoStar distribution: stars -> count.
rating_scoreNoAggregate review score.
pages_fetchedNoNumber of pages fetched (max 10).
reviews_countNoTotal review count from paging or score widget.
requested_limitNoThe limit argument requested by the caller.

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?

The description goes well beyond the annotations by disclosing the Tier-1/Tier-2 fallback strategy, automatic page walking, 30 reviews per page, deduplication by review UUID, a hard cap of 10 pages, and detailed partial-success semantics. It also explains exactly when errors are raised versus when failures degrade to partial results. This is exceptionally transparent and does not contradict the readOnly/idempotent 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 long but every section earns its place: purpose, transport fallback, pagination behavior, return format, and error semantics are all directly relevant to invoking the tool correctly. The use of headings and front-loaded key information keeps it navigable despite its length.

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?

Given the tool's complexity, the description is remarkably complete. It covers input normalization, pagination, dedupe, hard limits, exact return fields, partial success conditions, and error types. The presence of an output schema further reduces the need to describe return values, so nothing important is missing for correct invocation.

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?

The input schema already covers all three parameters at 100% coverage, so a baseline of 3 is appropriate. The description adds real value by explaining how `limit` interacts with pagination: pages are walked until `limit` texts are collected, with deduplication and a hard page cap. This gives the agent a more accurate mental model of what `limit` means in practice.

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 opening sentence states a specific verb and resource: 'Fetch Ozon product review texts + star distribution'. It clearly distinguishes itself from sibling tools like ozon_card or ozon_search by focusing on reviews plus the distribution, and it even references the same fetch path as ozon_card for technical context. An agent can understand exactly what this tool does.

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 case obvious: retrieving Ozon product review texts and star distributions. It also explains pagination behavior and partial-success semantics, which guide the agent when interpreting results. However, it does not explicitly state when to choose this tool over a sibling such as ozon_card or ozon_search, so the guidance is clear but not exhaustive.

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