Skip to main content
Glama
ilyautov

marketplaces-mcp-ru

ozon_perf_search_methods

Read-only

Find matching Ozon seller API endpoints by entering a keyword in Russian or English, such as 'остатки' or 'update price'. Returns a ranked list of relevant methods.

Instructions

Search the endpoint catalog by keyword (works in Russian and English).

Args: query: free text, e.g. "остатки", "stocks", "update price". limit: max results (1-50). Returns JSON list of matching endpoints (best first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.5.2
  2. Removedv0.1.0
  3. First observedv0.3.3

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true and openWorldHint=false. The description adds useful behavioral context beyond that: 'works in Russian and English' and 'Returns JSON list of matching endpoints (best first)'. These details help the agent understand language support and result ordering without contradicting the annotations.

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 compact and well-structured. The purpose is front-loaded, and the Args section cleanly explains each parameter. Every sentence adds value, with no filler or repetition.

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

Completeness3/5

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

For a simple two-parameter tool with an output schema, the description covers the essentials: what it does, parameter meanings, and return format. However, it omits critical context about which API or environment it targets (OZON PERF vs. Ozon Seller), making it incomplete for an agent choosing among similar search_methods siblings.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It does so thoroughly: query is explained as free text with concrete examples ('остатки', 'stocks', 'update price'), and limit is defined with a range (1-50). This adds meaning far beyond the bare schema types.

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 and resource: 'Search the endpoint catalog by keyword'. It clearly conveys the tool's function, but it does not explicitly distinguish it from sibling tools like ozon_search_methods or wb_search_methods. The name includes 'ozon_perf', but the description itself lacks that differentiation.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention that this is for the OZON PERF API or contrast with ozon_search_methods. The only usage hint is 'works in Russian and English', which is about input language, not selection context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools