Skip to main content
Glama

Search Ozon products

ozon_search
Read-onlyIdempotent

Search Ozon marketplace for products using a query, sort options, and price filters, and receive detailed results including prices, ratings, and direct URLs.

Instructions

Search products on the Ozon marketplace (ozon.ru). Returns a list of products with name, price (RUB, numeric), old price, discount, rating, review count, brand, image and a clean product URL. Use this to find products and compare prices, then hand the URLs to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order: popular (default), price (cheap→expensive), price_desc, rating, new, discountpopular
limitNoMax number of results (1–36, default 12)
queryYesSearch query, e.g. "iphone 15", "плед 150х200", "носки мужские"
priceMaxNoMaximum price in RUB
priceMinNoMinimum price in RUB
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, so the description doesn't need to repeat that. It adds some behavioral context (returns specific fields, currency RUB, numeric price), but nothing beyond 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?

Two sentences, compact and front-loaded. First sentence states purpose and output; second gives usage guidance. No wasted words.

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?

Given 5 well-described parameters, complete annotations, and no output schema, the description provides sufficient high-level context and usage advice. It lists output fields but not detailed structure, which is acceptable.

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 coverage is 100%, so all parameters are described in the schema. The tool description does not add new parameter information beyond the schema, meeting the baseline for high coverage.

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 searches products on Ozon marketplace, returning specific fields like name, price, rating, etc. It distinguishes from sibling tools (ozon_product_details, ozon_product_reviews) by focusing on search and price comparison.

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 says 'Use this to find products and compare prices, then hand the URLs to the user.' It gives clear when-to-use context, though it doesn't explicitly mention alternatives for details/reviews.

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/eduard256/ozon-mcp-server'

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