Skip to main content
Glama
askads

Yandex Direct MCP

Raw Yandex Direct API call

raw_request
Destructive

Call any Yandex Direct API v5 service directly when no dedicated tool exists. Use for read methods freely; write methods require confirmation.

Instructions

Escape hatch to call any Yandex Direct API v5 service/method directly (e.g. service "bidmodifiers", method "get"). Use this for services that have no dedicated tool. Money is in micros (no conversion). Read methods (get/has/check) run freely; any other method is a write and requires confirmWrite=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYesAPI method, e.g. get, add, update, delete, set, toggle, checkCampaigns.
paramsNoRaw params object for the method.
serviceYesLowercase service path, e.g. campaigns, bidmodifiers, sitelinks, vcards, changes, keywordsresearch.
confirmWriteNoMust be true to run a write method (anything other than get/has/check).
Behavior4/5

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

Annotations indicate destructiveHint=true and readOnlyHint=false. The description adds that 'Money is in micros (no conversion)' and specifies the confirmWrite requirement for writes. This extra context is valuable beyond the annotations.

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, no wasted words, and the purpose is front-loaded. Every sentence adds value.

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?

Given no output schema, the description covers purpose, usage, and key behaviors. It could mention the raw JSON response format, but the escape-hatch nature makes this acceptable.

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%, so the schema already documents each parameter. The description adds a note about micros but no new param-level detail. Baseline 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 it is an 'Escape hatch to call any Yandex Direct API v5 service/method directly' and gives a concrete example. It distinguishes itself from sibling tools by noting 'Use this for services that have no dedicated tool.'

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

Usage Guidelines5/5

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

The description explicitly says when to use ('for services that have no dedicated tool') and details the read/write distinction: 'Read methods (get/has/check) run freely; any other method is a write and requires confirmWrite=true.' This provides clear guidance.

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