Skip to main content
Glama
woyaxnini

mcp-ozon-seller

by woyaxnini

List Products

list_products

Retrieve a list of products from your Ozon seller account. Filter by visibility, offer IDs, or product IDs, and paginate results with a cursor.

Instructions

Get a list of all products in the Ozon seller account. You can filter by visibility status: ALL, VISIBLE (on sale), INVISIBLE (hidden), EMPTY_STOCK (out of stock), NOT_MODERATED (pending review), MODERATION_BLOCK (blocked), DISABLED (archived). Supports pagination via last_id. Returns product_id and offer_id for each product.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of products to return (default: 100, max: 1000)
last_idNoCursor for pagination (from previous response)
offer_idsNoFilter by seller article IDs (offer_id)
visibilityNoFilter by product visibility status. Default: ALL
product_idsNoFilter by Ozon product IDs
Behavior4/5

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

The description discloses key behavioral traits: returns product_id and offer_id, supports pagination via last_id, and allows filtering by visibility. Since no annotations are provided, the description carries the full burden, and it does so adequately for a listing tool.

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 extremely concise with only two sentences. The first sentence captures the primary purpose, and the second adds essential details on filters and pagination. 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 the tool has 5 parameters, no output schema, and no annotations, the description adequately covers the main functionality: listing, filtering, pagination, and return fields. It is complete enough for an agent to use correctly.

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?

With 100% schema description coverage, the baseline is 3. The description adds value by explaining the visibility enum values and the role of last_id for pagination, which goes beyond the schema's parameter descriptions.

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 action (list) and resource (products in Ozon seller account). It distinguishes from sibling tools like get_product, archive_product, etc., as it covers a general listing with optional filters.

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 explains when to use it (listing products with optional visibility filters and pagination). While it doesn't explicitly say when not to use it, the context from sibling tools (e.g., get_product for a single product) provides implicit guidance.

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/woyaxnini/mcp-ozon-seller'

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