Skip to main content
Glama

ozon_pricing_competitors

Retrieve competitor prices from other marketplaces to guide pricing strategies. Compare external marketplace offers to set competitive prices.

Instructions

Competitors from other marketplaces, input for pricing strategies (конкуренты).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo

Schema Changelog

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

  1. First observedv2.5.2

TDQS

C2.1/5.0
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure, but it only states the data content and purpose. It does not disclose pagination behavior, that page/limit control the result set, whether the operation is read-only, or any other behavioral traits. The minimal 'input for pricing strategies' comment offers only a hint, not transparency.

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

Conciseness2/5

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

The description is short and the keyword is front-loaded, but the brevity reflects under-specification rather than disciplined conciseness. It is a fragment that omits essential information about the operation and its parameters, so it does not earn points for effective structure.

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?

The tool is a simple paginated list with no output schema or annotations, so the description must explain what is returned and how pagination works. It only gives a vague noun phrase and a purpose hint, leaving the agent without key context like return shape, ordering, or the effect of page/limit.

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

Parameters1/5

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

Schema description coverage is 0% and the description neither mentions nor explains the 'page' and 'limit' parameters. The schema only shows integer defaults, leaving the agent without any semantic guidance on how these parameters shape the returned competitor list. The description fails to compensate for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a resource ('Competitors from other marketplaces') and its purpose ('input for pricing strategies'), which hints that this tool lists competitor data. However, it uses a noun phrase instead of a specific verb like 'list' or 'get', and does not explicitly differentiate from sibling ozon_pricing_competitor_prices, so the action is inferred rather than stated.

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 phrase 'input for pricing strategies' implies a use context, but there is no explicit statement of when to choose this tool over alternatives, no exclusions, and no comparison to sibling tools such as ozon_pricing_competitor_prices or ozon_pricing_strategy_list. The guidance is too thin to route an agent confidently.

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