Skip to main content
Glama
gmen1057

yandex-direct-mcp

by gmen1057

direct_delete_bidmodifiers

Delete bid modifiers by their IDs to remove unwanted adjustments from Yandex Direct campaigns. Explicit write access is required for live changes.

Instructions

WRITE: bidmodifiers.delete by ids. allow_write=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
dry_runNo
projectNoКлюч бренда из projects.json, либо all | unknown. Write: только ключ из projects.json (не all).
allow_writeNoMust be true to mutate live cabinet. Without it tools return dry plan only.
Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It only says 'WRITE' and 'allow_write=true', which already implies mutation. It does not warn that deletion is destructive, irreversible, or that dry_run should be used for a dry plan. The description adds minimal behavioral context beyond the schema.

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 extremely concise and front-loaded: 'WRITE: bidmodifiers.delete by ids. allow_write=true.' Every word is informative, with no fluff or redundancy. It efficiently communicates the core operation and a key prerequisite.

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?

For a mutation tool with no annotations and no output schema, this description is incomplete. It lacks critical context such as the destructive nature of deletion, the role of the project parameter (required for write per schema), and the availability of a dry_run preview. The agent cannot fully assess side effects or prerequisites from the description alone.

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 50% (project and allow_write are described, ids and dry_run are not). The description repeats 'by ids' but does not clarify the meaning of the IDs (e.g., where they come from) or the purpose of dry_run. It adds little value beyond the schema, failing to compensate for the missing parameter descriptions.

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 'bidmodifiers.delete by ids' — a specific verb (delete) with a specific resource (bidmodifiers) and method (by ids). This distinguishes it from sibling tools like direct_list_bidmodifiers and direct_set_bidmodifiers, so the agent can immediately understand the tool's role.

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 implies usage: it's a delete operation for bid modifiers, and the 'allow_write=true' requirement gives a prerequisite for actual mutation. However, it does not explicitly state when to use this tool versus alternatives (e.g., when to use direct_set_bidmodifiers or direct_list_bidmodifiers), nor does it mention the optional dry_run parameter as a safe preview mode.

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

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