Skip to main content
Glama
seer22

io.github.seer22/shturman-direct-mcp

by seer22

Search demand as a number

direct_wordstat
Read-onlyIdempotent

Fetches Yandex search volume data: phrase frequency, time trends, and regional breakdown from Wordstat API. Includes a free tree of region codes.

Instructions

Frequency of search phrases from the Wordstat API (Yandex Search API v2, Yandex Cloud — not the Direct API). Methods: 'top' — a phrase's frequency plus phrases containing it; 'dynamics' — demand over time; 'regions' — distribution across the world; 'tree' — the region code tree.

🔴 A call spends REAL MONEY from the cloud folder, not Direct API units: top and dynamics ~0.02 rubles each, regions ~0.05. 'tree' is FREE — start with it, both to take region codes from and to prove the credential works at no cost. The real bottleneck is the quota of 100 calls per sliding hour; it is seized locally BEFORE the network, and an exhausted quota is refused with the wait named.

Needs its own credential — a Yandex Cloud Api-Key and folder id: python -m shturman_direct login searchapi.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYestop: frequency + containing phrases; dynamics: demand over time; regions: worldwide distribution (2.5x the price); tree: region codes, free
periodNodynamics granularity, default PERIOD_MONTHLY. Weekly and monthly boundaries must land on Monday/Sunday or the first/last day of the month — checked locally, before paying
phraseNothe mask. Required for every method except tree. Search operators (quotes, !, +, -, [], (), |) work and give the EXACT frequency in the same call
devicesNodevice filter, at most 3 entries
regionsNoregion codes as STRINGS, not numbers: ["1"], never [1]. ⚠️ The codes in the documentation are CITIES, not federal subjects — take codes from method=tree and check each by name. top and dynamics only
to_dateNoYYYY-MM-DD. dynamics only
from_dateNoYYYY-MM-DD. dynamics only, required there
num_phrasesNohow many containing phrases 'top' returns, 1..2000 (default 50). More phrases deepen the same mask — they do not widen coverage
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/openWorld/idempotent annotations, the description adds critical behavior: each call spends real money from the cloud folder, exact costs per method, tree is free, quota is 100 calls per sliding hour, quota is reserved locally before the network call, and exhaustion returns a named wait. This is genuinely valuable transparency.

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 dense but every sentence earns its place: source and methods, cost and quota warning, and credential setup. No filler; the most important operational warnings are front-loaded and bolded.

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

Completeness5/5

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

For an expensive, quota-limited, 8-parameter tool with no output schema, this description is complete enough: it explains method-specific return concepts, costs, quota behavior, credential prerequisites, and a safe free first call. Combined with the rich schema, an agent has what it needs to invoke the tool correctly.

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 coverage is 100%, so the baseline is 3. The prose repeats method outcomes that the schema already describes and does not add parameter-level meaning beyond what the schema provides. The schema already documents region codes as strings, date formats, device limits, and num_phrases bounds.

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 identifies the Wordstat API (Yandex Search API v2, Yandex Cloud) and explicitly distinguishes it from the Direct API. It lists four concrete methods with different purposes, so an agent knows exactly what the tool does and how it differs from the direct_* siblings.

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

Usage Guidelines5/5

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

It says when to use the tool (search demand), which method to start with (tree, free and safe), warns about real-money costs, and explains the separate credential requirement. It also explicitly states this is not the Direct API, giving a clear exclusion versus sibling tools.

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

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/seer22/shturman-direct-mcp'

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