Skip to main content
Glama
Pavelsiba

yandex-direct-mcp-plus

by Pavelsiba

Удалить уточнения

delete_ad_extensions
Destructive

Permanently removes Yandex.Direct ad extensions by ID, allowing cleanup of outdated or incorrect ad display elements. This action cannot be undone.

Instructions

Удалить уточнения по ID. ⚠️ Необратимо.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ad_extension_idsYesУточнения, которые будут удалены безвозвратно

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.6.1

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the safety profile is largely covered. The description adds the useful nuance that deletion is irreversible ('⚠️ Необратимо'), but does not describe permissions, side effects, or failure behavior.

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?

The description is two short, front-loaded clauses with zero waste. The irreversible warning is clearly separated and easy to notice.

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 one-parameter destructive tool with no output schema, the description plus annotations provide enough to invoke it safely. The main gap is the absence of usage guidance, but annotations already cover the safety-critical behavior.

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%, and the single parameter's type, pattern, array bounds, and meaning are fully documented in the schema. The description only restates that deletion is by ID, adding no syntax or format detail beyond the schema.

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 states a specific verb and resource ('Удалить уточнения' / delete ad extensions) and identifies the key input ('по ID'). It is clearly distinguishable from sibling operations such as list_ad_extensions and add_ad_extensions.

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 explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. The deletion intent is implied by the name, but the description adds no routing or contextual usage information.

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