Skip to main content
Glama
Crash-SV

Yandex Webmaster MCP Server

by Crash-SV

Get User Added Sitemaps

get_user_added_sitemaps

Retrieve all sitemaps manually added for a Yandex Webmaster user and host, with pagination, to audit or manage submitted sitemap files.

Instructions

Get list of user-added sitemaps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page (1-100, default 100)
offsetNoCursor-based pagination (sitemap ID)
host_idYesHost ID (format: https:example.com:443)
user_idYesYandex Webmaster user ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden, yet it only hints that this is a read via the verb "Get". It says nothing about pagination behavior, result ordering, or whether the returned sitemaps are filtered in any way.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is a single short sentence with no waste, but the brevity comes at the cost of under-specification rather than efficiency. Front-loading is fine; there is simply nothing to front-load.

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

Completeness3/5

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

An output schema exists, so return values need not be explained, and parameters are fully documented in the schema. However, given the number of similarly named sibling tools, the absence of any disambiguating or usage context leaves a real gap.

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?

Schema description coverage is 100%, with limit, offset, host_id, and user_id all documented in the schema (including format hints for host_id). The description adds no parameter meaning beyond the schema, so the baseline of 3 applies.

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

Purpose2/5

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

The description restates the tool title and name with no additional specificity. It does not clarify how "user-added sitemaps" differs from the sibling get_sitemaps or get_user_added_sitemap_info, so an agent cannot distinguish it without opening the schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no indication of when to use this tool versus the closely named siblings get_sitemaps and get_user_added_sitemap_info, nor any mention of prerequisites or context. The agent must infer usage entirely.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.