Skip to main content
Glama
askads

Yandex Wordstat MCP

Demand dynamics over time

dynamics
Read-onlyIdempotent

Track changes in search demand over time with daily, weekly, or monthly granularity. Analyze seasonality and trends by comparing shares of total Yandex searches.

Instructions

Returns how demand for a phrase changed over time — a series of {date, count, share}, where share is the fraction of all Yandex searches. Use it for seasonality and trend. period sets the granularity (daily/weekly/monthly). fromDate/toDate bound the range as RFC3339 timestamps, and toDate must align to the period boundary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoGranularity of the series. Default monthly.
phraseYesThe search phrase to research.
toDateNoRange end (RFC3339), aligned to the period boundary.
devicesNoDevice filter: any of all, desktop, phone, tablet. Omit for all devices.
fromDateNoRange start (RFC3339), e.g. 2026-01-01T00:00:00Z.
regionIdsNoRegion ids to scope demand to, e.g. [213] (Moscow), [2] (St. Petersburg). Get ids from list_regions. Omit for all regions.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description's additional details (e.g., 'share is the fraction of all Yandex searches' and the alignment constraint for toDate) add useful behavioral context without contradicting 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 two sentences: the first clearly states output and purpose, the second covers parameter constraints. It is front-loaded, concise, and contains no fluff.

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?

Given 6 parameters, no output schema, and high complexity, the description explains the output structure and key parameter constraints. It omits error conditions or empty results, but overall is fairly complete.

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 description coverage is 100%, so baseline is 3. The description adds extra meaning by explaining 'share' and the alignment requirement for toDate, improving understanding beyond the schema alone.

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 returns demand over time with a specific data structure (date, count, share) and explicitly calls out its use for seasonality and trend analysis. This distinguishes it from sibling tools like list_regions or top_requests.

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 suggests usage for seasonality and trend but does not provide explicit when-to-use or when-not-to-use scenarios or alternatives. However, the purpose is clear enough to infer appropriate context.

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

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