Skip to main content
Glama
OlegRadinuk

Yandex Direct MCP Server

by OlegRadinuk

list_campaigns

List advertising campaigns from your Yandex Direct account with optional filters by state, type, and limit. Returns campaign id, name, type, status, state, daily budget, funds, and start date.

Instructions

List advertising campaigns on the connected account.

Args: limit: Max campaigns to return (1–10000). states: Filter by state — any of: ON, OFF, SUSPENDED, ENDED, ARCHIVED, CONVERTED. types: Filter by type — any of: TEXT_CAMPAIGN, MOBILE_APP_CAMPAIGN, CPM_BANNER_CAMPAIGN, UNIFIED_CAMPAIGN.

Returns campaign id, name, type, status, state, daily budget, funds, start date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statesNo
typesNo
Behavior3/5

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

With no annotations, the description carries full behavioral burden. It discloses it is a read operation and lists return fields, but omits potential error cases, rate limits, or required permissions. Adequate but not rich.

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 very concise: purpose sentence, an Args section with clear explanations, and a Returns line. Nothing superfluous, and key information is front-loaded.

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 the simple listing nature with no output schema, the description is mostly complete, covering parameters and return fields. It lacks error handling details but is sufficient for agent use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, so the description fully compensates. It explains limit range (1-10000), filter values for states and types with examples, adding substantial meaning beyond the schema definition.

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 'List advertising campaigns on the connected account,' using a specific verb and resource. It distinguishes itself from sibling tools like add_campaigns or archive_campaigns, which perform different actions.

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 through parameter explanations but does not explicitly state when to use this tool versus alternatives like list_ad_groups. No 'when not to use' or references to other tools for similar tasks.

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

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