Skip to main content
Glama
woyaxnini

mcp-ozon-seller

by woyaxnini

Update Product

update_product

Update product attributes for Ozon listings. Add or change characteristics using product ID or offer ID. Returns a task ID for asynchronous processing.

Instructions

Update product attributes and characteristics. Note: this updates only attributes (characteristics) of a product card. Price and stock are updated via separate tools (update_prices, update_stocks). Existing attributes cannot be deleted — only added or changed. Returns a task_id — the update is processed asynchronously. Provide product_id or offer_id to identify the product.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offer_idNoSeller article (offer_id)
attributesNoAttributes to update
product_idNoOzon product ID
Behavior5/5

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

Despite no annotations, the description discloses key behavioral traits: it updates only attributes (not price/stock), existing attributes cannot be deleted, the update is asynchronous (returns task_id), and identification can be via product_id or offer_id. No contradictions with annotations since none are provided.

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 front-loaded with the core purpose, followed by important caveats and async behavior. It is concise, with only necessary details. Could be slightly more streamlined, but overall efficient.

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 no output schema, the description explains the return value (task_id) and async nature. It covers identification methods and constraints. However, it does not address error cases or behavior when both product_id and offer_id are provided or omitted (no required params). Still, it provides sufficient context for typical use.

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 parameters are well-documented. The description adds meaning by explaining that 'attributes' are for product characteristics, that product identification options are flexible, and that the return is a task_id for async processing. This adds context beyond the schema.

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 updates product attributes/characteristics, using specific verbs and resources. It distinguishes from siblings by noting that price and stock updates are handled by separate tools (update_prices, update_stocks).

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 advises against using this tool for price/stock updates, directing to alternatives. It also mentions that existing attributes cannot be deleted, only added or changed. However, it does not explicitly state when to use this tool over other product-related siblings like get_product or create_product.

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