Skip to main content
Glama
Pavelsiba

yandex-direct-mcp-plus

by Pavelsiba

Создать объявление

create_text_ad

Create a Yandex.Direct text ad in a specified ad group with a headline, optional second headline, body text, and destination URL.

Instructions

Создать текстовое объявление: заголовок (≤56), второй заголовок (≤30), текст (≤81), ссылка.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hrefYesСсылка на сайт
textYesТекст объявления, до 81 символов
titleYesЗаголовок объявления, до 56 символов
title2NoВторой заголовок, до 30 символов
ad_group_idYesID группы, в которой создаётся объявление

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.6.1

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false and openWorldHint=true, signaling a write to an external system. The description adds no behavioral context beyond the schema's character limits — nothing about permissions, side effects, or what the call returns.

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?

A single front-loaded sentence with a colon-separated field list — no wasted words. Efficient, though 'ссылка' omits the constraint the schema carries for href.

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 mutation tool with no output schema, the definition should say more — e.g., that the ad group must exist or what a successful create returns. The schema fully covers the inputs, but the description leaves the agent without return or prerequisite context.

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 100%, so all five parameters are already documented with names and length limits. The description's field list and limits only restate what the schema provides, adding no new syntax or meaning. Baseline 3 is appropriate.

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?

States a specific verb ('Создать') and resource ('текстовое объявление') and enumerates the content fields, so the agent knows exactly what is produced. The create-vs-update distinction against update_text_ad follows from the verb, but the description never names the sibling or otherwise differentiates explicitly.

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 when/when-not guidance, no mention of the alternative update_text_ad for edits, and no prerequisites such as the target ad group having to exist. The agent gets no routing help beyond the tool name.

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