Skip to main content
Glama
askads

Yandex Direct MCP

Update campaign

update_campaign
Idempotent

Update a Yandex Direct campaign's name, end date, daily budget (with budget mode), or negative keywords by providing the campaign ID and the new values.

Instructions

Updates a campaign's name, end date and/or daily budget (campaigns/update).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCampaign id to update.
nameNoNew campaign name.
endDateNoNew end date, format YYYY-MM-DD.
dailyBudgetModeNo
negativeKeywordsNoReplace the campaign's negative keywords; pass an empty array to clear them.
dailyBudgetAmountNoDaily budget in account currency units.
Behavior3/5

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

Annotations already indicate write operation (readOnlyHint=false) and idempotence. Description adds no extra behavioral context beyond the obvious 'updates'. It does not explain replacement semantics for negativeKeywords or partial update behavior.

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?

Single sentence with clear verb and resource; includes API method for reference. Front-loaded but could be more precise.

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?

With 6 parameters and no output schema, the description is too minimal. It does not explain return values, behavior of complex fields like negativeKeywords replacement, or the meaning of dailyBudgetMode enum values.

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 high (83%), but the description fails to mention important parameters like dailyBudgetMode and negativeKeywords, potentially misleading an agent into thinking only name, end date, and daily budget are updatable.

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?

Description clearly states the tool updates a campaign and lists key fields (name, end date, daily budget) and includes the API method reference. However, it omits other updatable fields like dailyBudgetMode and negativeKeywords, which are in the schema.

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 on when to use this tool versus alternatives such as campaign_action or other update tools. The description lacks context for usage decisions.

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/askads/mcp-yandex-direct'

If you have feedback or need assistance with the MCP directory API, please join our Discord server