Skip to main content
Glama

product_details

Fetch a complete Ozon product card from a SKU or URL: prices, variants, availability, photos, characteristics, and cheaper offers. Optionally include description and reviews.

Instructions

Product card: title, three prices, variants, characteristics, gallery photos. Money as Ozon prints it: price is «С банками» — what the account actually pays and the figure to compare lots on — price_regular is «С другими банками», price_old the struck-through comparison. available says whether it is on sale at all. cheaper_offers / cheaper_from are Ozon's own count and lowest price for other offers of this product; find_cheaper() lists them. Each variant carries its own sku, price and availability — that sku is what goes into the cart, and for apparel it is the only one that will add. with_description / with_reviews fetch those too (separate requests each); get_description() and get_reviews() do the same on their own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sku_or_urlYesA product SKU ("3077454533") or a full ozon.ru product URL. Variants have their own SKUs.
with_reviewsNoAlso fetch the reviews (one extra request).
with_descriptionNoAlso fetch the description text and its images (one extra request).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNo
priceNoThe payable price — Ozon's «С банками» figure, which is what the account pays.
titleNo
photosNo
reviewsNo
variantsNo
availableNoWhether Ozon offers it for sale at all.
price_oldNoThe struck-through price Ozon compares against.
descriptionNo
cheaper_fromNoOzon's own «от N ₽» for those offers — the lowest it knows about.
price_regularNoOzon's «С другими банками» price.
cheaper_offersNoHow many other-seller offers Ozon counts for this product; find_cheaper() lists them.
characteristicsNo
description_imagesNo

Schema Changelog

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

  1. First observedv1.2.1

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so thoroughly: it defines the three price meanings, explains available, and reveals the critical variant SKU behavior—that the variant SKU is what goes into the cart and for apparel is the only addable one. This is substantive context beyond what the schema or tool name conveys.

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 the one-line product card summary, then organized into pricing, availability, cheaper offers, variant behavior, and optional-flag guidance. Every sentence adds operational value; the length is justified by dense, necessary semantics rather than filler.

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 3-parameter read tool with full schema coverage and an output schema, the description covers the runtime facts an agent needs: price interpretation, variant SKU handling, optional fetches, and sibling alternatives. Auth and rate limits are not needed for this get-details tool's core contract.

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 adds meaningful semantics: variants carry their own sku and 'that sku is what goes into the cart', and with_description/with_reviews are separate requests with standalone alternatives. This goes beyond the schema's brief parameter descriptions, particularly for sku_or_url.

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 precise product-card scope: title, three prices, variants, characteristics, gallery photos. It names sibling tools like get_description(), get_reviews(), and find_cheaper() so an agent can distinguish this tool from related ones without opening their schemas.

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 explicitly routes the agent to alternatives: get_description() and get_reviews() do the same fetches standalone, and find_cheaper() lists cheaper offers, implying when not to bundle those requests. It does not explicitly contrast product_details with search, but the scope of a full product card is clear.

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/Alexander-Zhukov/ozon-mcp'

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