Skip to main content
Glama
Raleose

ozon-customer-mcp

by Raleose

Get Ozon product variants

ozon_product_variants
Read-onlyIdempotent

Find product configuration options like memory, color, or storage. Get each variant's SKU, price, and availability for specific models.

Instructions

Product configuration options: memory size, color, storage, etc. Each variant has its own sku and price. Use when user asks '512GB or 1TB?', 'what colors available?', or needs sku for a specific configuration. Returns aspects[] with variants[]: sku, label, price, oldPrice, available, url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNo
productNoProduct identifier: numeric SKU ("1850364818"), full https://www.ozon.ru/product/... URL, or slug path
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the read-only nature is covered. The description adds useful behavioral detail by specifying the return shape: aspects[] with variants[] containing sku, label, price, oldPrice, available, and url. It stops short of discussing pagination or data freshness, but that is less critical given the 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 three compact sentences with no filler: it states what the tool returns, gives concrete usage examples, and lists the output fields. The most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description correctly provides the return structure. It also covers user-intent scenarios, making the tool reasonably complete for a simple read-only lookup. The main gap is that the sku/product parameter ambiguity and the zero-required-parameters situation are not clarified.

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?

Schema description coverage is only 50%: the 'product' parameter is well documented, but 'sku' has no schema description. The description's statement that each variant has its own sku and price provides a useful semantic hint, but it does not clarify the relationship between the two parameters or why neither is required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (product configuration options) and what it returns (variants each with their own sku, price, availability, etc.). It is distinct from a simple product-details lookup, though it does not explicitly name a sibling tool for differentiation.

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 gives concrete trigger examples: '512GB or 1TB?', 'what colors available?', or needing a sku for a specific configuration. It provides clear usage context but does not mention when not to use the tool or explicitly compare it with alternatives among the many sibling tools.

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/Raleose/ozon-customer-mcp'

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