Skip to main content
Glama

Statiko — Telegram trends & channel analytics

Trending topics board

get_trending_topics
Read-only

Ranked board of trending topics (stories) across tracked Telegram channels for a rolling 24h window. Each story carries a headline, context paragraph, member keywords, mention/channel counts, momentum and an hourly sparkline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoISO-639-1 language code of the board, defaulting to 'ru'. Boards are per-language; pick the language the audience posts in.ru
limitNoNumber of stories to return
windowNoRolling 24h window to rank: 'now' (live) or 'yesterday'now

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
langYes
itemsYes
windowYes
languagesNo
window_endNo
computed_atNo
window_startNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false and a closed (openWorldHint=false) world, so the safety profile is covered. The description adds the rolling-window scoping and hints at result contents, but discloses no auth needs, rate limits, or freshness caveats beyond that.

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

Conciseness4/5

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

Two front-loaded sentences with no filler; the board's scope comes first. The second sentence largely restates output fields that the output schema already defines, which slightly dilutes its value.

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?

With an output schema present, annotations covering safety, and 100% schema coverage, the description supplies enough scope context (24h window, tracked channels, ranked stories) to call the tool correctly. Only the sibling-routing guidance is missing.

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%, so lang, limit and window are already fully documented in the schema (including defaults, bounds and enum meaning). The description adds no parameter-level detail, making the baseline 3 appropriate.

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

Purpose4/5

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

States a specific resource ('ranked board of trending topics/stories') with scope ('across tracked Telegram channels', 'rolling 24h window'), which is far more than a tautology. It does not, however, distinguish itself from nearby siblings such as get_trend_samples, so an agent must infer the difference.

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 never says when to reach for this board versus get_trend_samples or get_post_stats, nor any prerequisite or exclusion. At best the 24h/window framing implies context; there is no explicit when-to-use guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources