Skip to main content
Glama
OlegRadinuk

Yandex Direct MCP Server

by OlegRadinuk

list_ads

Retrieve Yandex Direct ads by ad group or campaign IDs. Filter by state (ON, OFF, SUSPENDED, REJECTED, ARCHIVED) and set result limit.

Instructions

List ads for given ad groups or campaigns.

Args: ad_group_ids: Filter by ad group IDs (preferred for precision). campaign_ids: Filter by campaign IDs. states: Filter by state — ON, OFF, SUSPENDED, REJECTED, ARCHIVED. limit: Max results.

At least one of ad_group_ids or campaign_ids is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ad_group_idsNo
campaign_idsNo
statesNo
limitNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the filtering behavior and parameter requirements but does not mention pagination, ordering, return format, or behavior when both filters are used (likely OR). Basic transparency is adequate but lacks depth.

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 concise and well-structured, using a clear bullet-like format for parameters. Each sentence is informative without redundancy.

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?

Considering the lack of an output schema, the description covers the essential usage: parameters, required filters, and possible state values. However, it omits details like pagination, default limit (though schema has it), and error cases. Fairly complete for a list tool.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates well. It explains each parameter with additional context: 'preferred for precision' for ad_group_ids, and lists enum values for states. This adds meaning beyond the schema's type and title fields.

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 the verb 'List' and the resource 'ads' with filtering by ad groups or campaigns. It distinguishes from sibling tools like 'add_ads', 'delete_ads', and 'update_ads' by focusing on listing.

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?

The description provides explicit guidance: it notes that ad_group_ids are preferred for precision and states the requirement that at least one of ad_group_ids or campaign_ids must be provided. However, it does not explicitly contrast with other list tools or specify when not to use this tool.

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