Skip to main content
Glama
askads

Yandex Direct MCP

Уточнения

get_callouts
Read-onlyIdempotent

Fetch callouts from the ad extensions library using optional ID filters and pagination. Enables reusing callouts in Yandex Direct ads.

Instructions

Возвращает список уточнений из библиотеки adextensions. Привязать уточнение к объявлению можно через сервис Ads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoФильтр по id уточнений.
limitNoМаксимум объектов на страницу.
offsetNoСмещение постраничной выдачи.
Behavior3/5

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

Annotations already provide readOnlyHint, idempotentHint, openWorldHint, and destructiveHint, so the safety profile is covered. The description adds context about the adextensions library and the separate Ads binding flow, but discloses no further behavioral details like pagination behavior or return shape.

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 two short sentences, front-loaded with the main purpose. The second sentence is not redundant; it sets expectations about the attachment flow, making every word useful.

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 schema describes all inputs and annotations cover read-only/idempotent behavior, the description is nearly complete for a simple list/filter operation. However, there is no output schema, and it does not describe the structure of the callout objects returned, which would help an agent understand the response.

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?

All three parameters (ids, limit, offset) already have descriptive definitions in the schema. The tool description adds no additional semantic information about these parameters, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as returning a list ('Возвращает список') of callouts from the adextensions library, which separates it from the add/delete callout siblings. It also clarifies that attaching callouts to ads is done elsewhere. It could be stronger by explicitly naming a sibling such as add_callouts or delete_callouts, but the purpose is not ambiguous.

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?

There is an implied usage signal: you can fetch callouts here, and attaching them to ads is possible through the Ads service. This hints at when to use the tool but does not explicitly state when not to use it or how it compares to adjacent get_sitelinks/get_vcards tools.

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