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

webmaster_get_recrawl_quota

Check daily recrawl quota and remaining submissions for your Yandex Webmaster host to plan re-indexing requests.

Instructions

Read the daily quota and remaining submissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
host_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. 'Read' does convey a read-only operation, and 'daily quota' adds a temporal scope, but it does not disclose requirements like host verification or what happens if quota is unavailable. This is adequate but not richly transparent.

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 a single concise sentence with the key verb front-loaded. Every word earns its place, and there is no redundant or vague filler.

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 simple one-parameter read tool with an output schema present, the description covers the core operation and resource sufficiently. It could add usage guidance or host_id semantics, but the low complexity and existing output schema make the definition mostly complete.

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% and the description never mentions host_id or explains that the quota is scoped to the given host. The parameter name and tool name partially compensate, but the description itself adds no parameter-level meaning.

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 uses a specific verb and object: 'Read the daily quota and remaining submissions.' This clearly identifies the operation and resource, and 'quota' distinguishes it from sibling recrawl tools like webmaster_get_recrawl_task or webmaster_apply_recrawl.

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?

The description gives no guidance on when to use this tool versus alternatives, no prerequisites, and no mention that it should be checked before preparing or applying a recrawl. Any usage context is only implied by the tool name and sibling names.

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