Skip to main content
Glama

ozon_ad_campaign_objects

Retrieve the goods and bids inside an ad campaign to review current items and bid amounts for campaign performance management.

Instructions

Goods and bids inside an ad campaign (товары и ставки).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idYes

Schema Changelog

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

  1. First observedv2.5.2

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior, but it only states what the campaign contains rather than what the tool does. It does not reveal whether the operation is read-only, requires special authorization, or has side effects like creating or modifying objects.

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 concise and avoids filler, with the key resource phrase front-loaded. However, it is under-specified: it names a resource without stating an action, so brevity comes at the cost of clarity.

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 with no output schema, no annotations, and a single undocumented parameter, this description is not complete enough for an agent to invoke it correctly. It does not say whether the result is a list, what fields are returned, or how the goods and bids are structured.

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?

The input schema documents a single required campaign_id with no description, and schema coverage is 0%. The phrase 'inside an ad campaign' weakly ties campaign_id to the campaign context, but it does not specify what format or identifier is expected or that campaign_id selects the campaign whose goods and bids are returned.

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 identifies the resource as goods and bids within an ad campaign, which adds meaning beyond the tool name and hints at a combined product/bid view. However, it lacks a verb, so an agent cannot tell whether this fetches, updates, or manages those objects.

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?

No guidance is given on when to prefer this tool over siblings such as ozon_ad_campaign_products or ozon_ad_campaign_bids. The only contextual clue is 'inside an ad campaign', which is not enough to select among the many ad-campaign tools.

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