Skip to main content
Glama

ozon_product_update_offer_id

Update product offer IDs (артикулы) in Ozon. Provide an array of objects with new offer ID values to replace existing identifiers for your products.

Instructions

Update product offer IDs (артикулы).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
update_offer_idYes

Schema Changelog

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

  1. First observedv2.5.2

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the operation ('Update') but says nothing about whether changes are destructive/overwriting, whether it is a bulk operation, validation rules for new offer IDs, or possible failure modes. For a mutation tool with zero annotation coverage, this is a substantial gap.

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

Conciseness3/5

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

The description is a single front-loaded sentence with no wasted words, which is structurally efficient. However, given the completely opaque schema and lack of annotations, the extreme brevity means the description is under-specified rather than appropriately sized for an agent to act on.

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?

For a tool whose only parameter is an untyped array of objects, with no output schema and no annotations, the description is far from complete. It fails to explain the item structure, expected behavior, or return value, so an agent cannot reliably invoke it. Only the basic purpose is conveyed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the sole parameter `update_offer_id` is an array of untyped objects with no defined properties. The description's mention of 'артикулы' provides only a minimal hint that the parameter contains offer IDs, but it fails to explain the required structure of each array item (e.g., which fields map a product to its new offer ID). The agent cannot construct a valid payload from this information.

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 specific verb ('Update') and resource ('product offer IDs'), with the parenthetical 'артикулы' confirming the Ozon term. This clearly distinguishes it from sibling tools like ozon_product_update_images and ozon_product_update_stocks, since no other sibling targets offer IDs. However, it doesn't explicitly name siblings or scope the update, so it stops short of a 5.

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

Usage Guidelines2/5

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

The description gives no indication of when to use this tool versus alternatives such as ozon_product_import_by_sku or ozon_product_attributes_update. There is no context about prerequisites, batch size limits, or situations where another tool would be more appropriate. The agent is left to infer usage entirely from the tool name.

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