Skip to main content
Glama

ozon_product_import

Create or update multiple goods in bulk by passing an array of items. Use this tool to import product data into Ozon Seller without manual entry.

Instructions

Create/update goods, bulk import (импорт товаров).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesgoods to import

Schema Changelog

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

  1. First observedv2.5.2

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It does reveal that the tool mutates data via create/update, but it does not explain upsert semantics, matching keys, validation behavior, partial failures, or what the response contains.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise and front-loads the key action and scope. There is no filler, though it leans toward under-specification rather than being helpfully compact.

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

Completeness2/5

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

Given no annotations, no output schema, an unstructured nested item object, and a large sibling toolset, the description is far too thin. An agent has no information about required item fields, import result handling, or how this differs from related import tools.

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% for the single 'items' parameter, which is described as 'goods to import'. The description adds the create/update and bulk context, but it does not clarify the structure of each item object, which remains an opaque generic object in the schema.

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 states a clear action ('Create/update') on a specific resource ('goods') and adds a bulk-import signal, which helps distinguish it from many single-item product tools. However, it does not explicitly differentiate from the near-sibling ozon_product_import_by_sku.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'bulk import' implies when this tool is appropriate, but no explicit guidance is given about when to choose it over alternatives like ozon_product_import_by_sku or ozon_product_list. There are no exclusions or condition-based routing.

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

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