Skip to main content
Glama
zai-one
by zai-one

webmaster_list_sitemaps

List sitemaps for a Yandex Webmaster host using a cursor to paginate through results. Get one sitemap page per request by providing host_id and optional cursor.

Instructions

Read one sitemap page using the upstream sitemap identifier cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
host_idYes
parent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.4/5.0
Behavior2/5

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

There are no annotations, so the description carries the full behavioral burden. It communicates that the operation is a read and that one 'page' is returned, but it does not explain pagination behavior, what the cursor represents, whether parent_id changes scope, or what the response contains. This is thin transparency for a 4-parameter API tool.

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?

The description is short and front-loaded, with no filler words. However, it is under-specified rather than usefully concise, and the jargon phrase 'upstream sitemap identifier cursor' reads as unclear rather than efficient.

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

Completeness2/5

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

Given 4 parameters, 0% schema description coverage, no annotations, and many sitemap-related siblings, the description is not complete enough. The output schema may cover return values, but the description still omits the required host_id, pagination usage, parent_id semantics, and selection criteria among sibling tools.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the undocumented parameters. It adds a partial clue about 'cursor' (an upstream sitemap identifier), but it says nothing about the required host_id, the semantics of limit, or the role of parent_id. It does not provide enough parameter context for correct invocation.

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

Purpose3/5

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

The description names a verb ('Read') and a resource ('sitemap page'), so it is not a tautology. But 'one sitemap page' and 'upstream sitemap identifier cursor' are ambiguous: it is unclear whether this lists paginated sitemaps for a host or reads a single sitemap entry, and it does not distinguish itself from sibling tools like webmaster_get_sitemap or webmaster_list_user_sitemaps.

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 guidance about when to choose this tool versus sibling sitemap tools, nor any statement about required host_id or how pagination should be driven. The phrase 'using the upstream sitemap identifier cursor' implies a prior step, but no usage context or alternative is given.

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