Skip to main content
Glama
askads

Yandex Webmaster MCP

Популярные поисковые запросы

get_popular_queries
Read-onlyIdempotent

Retrieve top search queries for your site with key metrics: impressions, clicks, and positions. Filter by device and date range to analyze search performance and optimize content.

Instructions

Возвращает ТОП поисковых запросов сайта за период: queries — массив {query_id, query_text, indicators: {TOTAL_SHOWS, TOTAL_CLICKS, AVG_SHOW_POSITION, AVG_CLICK_POSITION}}, плюс date_from/date_to и count. В топ попадает до 3000 запросов за последнюю неделю, выдача — до 500 за раз (листайте offset/limit). По умолчанию период — последняя неделя. Требует подтверждённых прав; 404 HOST_NOT_INDEXED — сайт ещё не проиндексирован.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoРазмер страницы (1..500, по умолчанию 500).
offsetNoСмещение выдачи (>= 0, по умолчанию 0).
date_toNoКонец периода (ISO 8601). По умолчанию — сегодня.
host_idNoИдентификатор сайта host_id вида «https:example.com:443» (получите из list_sites). Можно не указывать, если задана переменная YANDEX_WEBMASTER_HOST_ID.
order_byYesСортировка топа: total_shows (по показам) или total_clicks (по кликам).
date_fromNoНачало периода (ISO 8601). По умолчанию — последняя неделя.
query_indicatorsNoКакие показатели вернуть: total_shows (показы), total_clicks (клики), avg_show_position (средняя позиция показа), avg_click_position (средняя позиция клика). Можно несколько.
device_type_indicatorNoФильтр по устройствам: all (по умолчанию), desktop, mobile_and_tablet, mobile, tablet.
Behavior5/5

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

Beyond the readOnlyHint/idempotentHint annotations, the description discloses important behavioral details: requires confirmed permissions ('Требует подтверждённых прав'), specific error 404 HOST_NOT_INDEXED, top size cap (3000) and pagination limits. These are not visible in structured data and add significant transparency.

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?

Three dense sentences, each covering meaningful info: return format, limits/pagination, defaults, and error/auth. No filler or redundancy; front-loaded with the main purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 8 parameters and no output schema, the description covers the response structure, pagination, default period, required permissions, and a specific error. This is highly complete, especially since the schema already documents all parameters.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying pagination semantics ('листайте offset/limit') and explaining the 3000-query top cap, which helps understand the offset/limit parameters. This goes slightly beyond what the schema provides.

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 returns the top search queries for a site over a period, with a specific verb ('Возвращает') and resource ('ТОП поисковых запросов сайта'). It also details the response structure (queries array with indicators), which fully clarifies the tool's function.

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 gives context on default period and pagination ('По умолчанию период — последняя неделя', 'выдача — до 500 за раз'), but does not explicitly mention when to use this tool instead of alternatives like get_search_queries_history. Implied usage is clear, but no exclusions or alternative references are provided.

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-webmaster'

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