Skip to main content
Glama
gmen1057

yandex-direct-mcp

by gmen1057

direct_upload_advideo

Upload video ads to Yandex Direct by supplying a file path or base64 data. Returns a unique video ID for status tracking.

Instructions

WRITE: advideos.add from file_path or base64. Returns video Id; poll status with list_advideos. allow_write=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
dry_runNo
file_pathNo
allow_writeNoMust be true to mutate live cabinet. Without it tools return dry plan only.
video_base64No
Behavior3/5

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

Without annotations, the description carries the full burden. It discloses the write nature, return value, and suggests asynchronous polling, but omits details on permissions, file requirements, or potential errors.

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 a single sentence, densely packed with key information without redundant words.

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?

Despite the terse clarity, the description leaves out essential details about the required 'name' parameter and the 'dry_run' flag. Given no output schema and low schema coverage, this is a notable gap for an upload tool.

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 only 20% (only allow_write has a schema description). The description clarifies that file_path and video_base64 are alternative inputs and that allow_write must be true, but it fails to explain the required 'name' parameter or the 'dry_run' parameter.

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 opens with 'WRITE: advideos.add' which clearly identifies a write operation to add a video. It specifies the input methods (file_path or base64), distinguishing it from sibling tools like direct_upload_adimage.

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

Usage Guidelines4/5

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

It instructs to poll status with list_advideos, providing a clear post-usage step, and requires allow_write=true. However, it doesn't explicitly contrast with alternatives or state when not to use.

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