Skip to main content
Glama
askads

Yandex Direct MCP

Update text ad

update_text_ad
Idempotent

Update a text ad's title, body text, or landing page URL. Edits to active ads trigger re-moderation.

Instructions

Updates a text ad's title, text or landing page (ads/update). Editing an active ad sends it back to moderation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAd id to update.
hrefNoNew landing page URL.
textNoNew body text, up to 81 characters.
titleNoNew Title (Title 1), up to 56 characters.
title2NoNew second title (Title 2), up to 30 characters.
Behavior4/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description adds that editing an active ad triggers moderation. This is valuable behavioral context, though it doesn't cover all edge cases like required permissions or error conditions.

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?

Two sentences achieve the goal: first states purpose, second adds critical behavioral info. No redundant or filler content. Every sentence serves a purpose.

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

Completeness4/5

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

For a simple update tool with 5 params and no output schema, the description covers purpose, fields, and a key behavioral consequence. It lacks return value explanation, but that is reasonable without output schema. Slight gap in not describing idempotency (covered by annotations).

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 coverage is 100% with good individual parameter descriptions. The tool description merely restates that it updates title, text, or landing page, adding no new semantic detail. Baseline score of 3 is appropriate.

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

Purpose5/5

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

The description clearly states the tool updates a text ad's title, text, or landing page, and distinguishes it from siblings like create_text_ad. The verb 'Updates' and resource 'text ad' are specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context that editing an active ad sends it back to moderation, but does not explicitly state when to use this tool over alternatives like create_text_ad or ad_action. No when-not or exclusion criteria are given.

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