Skip to main content
Glama

ozon_ad_campaign_budget_update

Update an Ozon advertising campaign's budget or active period. Set daily or weekly budget in rubles, or modify from/to dates to control spending.

Instructions

Change campaign budget or period (PATCH). Budgets in RUBLES (изменить бюджет).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_dateNoYYYY-MM-DD
from_dateNoYYYY-MM-DD
campaign_idYes
daily_budget_rubNo
weekly_budget_rubNo

Schema Changelog

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

  1. First observedv2.5.2

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It does disclose that this is a PATCH-style mutation and that budgets are in RUBLES, which prevents a common unit error. However, it does not mention side effects, permissions, reversibility, whether daily and weekly budgets can both be set, or what response is returned.

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 short and front-loaded, with the core action and HTTP verb in the first clause. The Russian parenthetical 'изменить бюджет' is a minor redundancy, but overall it is efficient and easy to scan.

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?

Given five parameters, no annotations, and no output schema, a one-sentence description is insufficient. It does not explain parameter combinations, required-field behavior beyond schema, prerequisites, failure modes, or the result of a successful update, leaving an agent to guess critical invocation details.

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

Parameters3/5

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

Schema description coverage is only 40%, but the description adds useful semantics by grouping 'budget' with RUBLES and 'period' with the date parameters. It does not clarify campaign_id beyond the schema, optionality constraints, or whether daily and weekly budgets are mutually exclusive, so the low coverage is only partially compensated.

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 action ('Change campaign budget or period') with an explicit HTTP verb (PATCH), clearly identifying this as a mutation tool for ad campaign budgets. It is distinguished from read-style siblings like ozon_ad_campaign_budget by the verb and wording, though it does not name an alternative directly.

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 related ad campaign tools such as ozon_ad_campaign_budget, ozon_ad_campaign_stop, or ozon_ad_campaign_activate. The PATCH verb and RUBLES hint imply intent, but no explicit when/when-not conditions or alternative routing are provided.

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