Skip to main content
Glama
askads

Yandex Webmaster MCP

Запустить подтверждение прав

start_verification

Start verifying site ownership with Yandex Webmaster using DNS, HTML file, or meta tag. Add the required UIN code, then trigger the verification check.

Instructions

Запускает проверку прав на сайт выбранным способом. Перед вызовом разместите UIN-код из get_verification_status: dns — TXT-запись «yandex-verification: »; html_file — файл yandex_.html в корне сайта; meta_tag — на главной. Ответ — как у get_verification_status (verification_state обычно IN_PROGRESS). Ошибка 409 VERIFICATION_ALREADY_IN_PROGRESS — проверка уже идёт.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
host_idNoИдентификатор сайта host_id вида «https:example.com:443» (получите из list_sites). Можно не указывать, если задана переменная YANDEX_WEBMASTER_HOST_ID.
verification_typeYesСпособ подтверждения: dns (TXT-запись), html_file (файл в корне) или meta_tag (мета-тег).
Behavior4/5

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

Beyond the annotations (non-read-only, open-world, non-idempotent), the description discloses the expected verification state (usually IN_PROGRESS) and the specific 409 conflict error. It also explains external prerequisites (TXT record, file, meta tag), adding useful behavioral context without contradicting the annotations.

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 three sentences, each carrying essential information: action, prerequisites, response, and error. It is well-structured and front-loaded with the core purpose, with no filler or 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?

For a tool with no output schema, the description explains the response by referencing get_verification_status, which is an acceptable shorthand given the sibling context. It also covers the likely error case. However, it does not fully enumerate possible verification_state values, leaving minor ambiguity if the referenced tool is not understood.

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%, but the description enriches the enum values with specific instructions for each verification_type (DNS, HTML file, meta tag). It also clarifies the optional host_id and its fallback to an environment variable, adding meaning beyond the raw schema.

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 tool 'запускает проверку прав на сайт' (launches site verification) using a selected method, which is a specific verb-plus-resource action. It distinguishes itself from get_verification_status by focusing on starting the verification rather than querying status.

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 clear prerequisite guidance (place UIN code before calling) and references the sibling get_verification_status for the UIN and response format. While it does not explicitly state when not to use the tool or name alternative actions, the context is sufficient to infer that this tool is for initiating verification.

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