Skip to main content
Glama

Statiko — Telegram trends & channel analytics

Channel timeline events

get_channel_timeline
Read-only

Structural events in a channel's history: renames, description and photo changes, verification flips, subscriber/view milestones, and post edits or deletions — for telling what happened on a given date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
orderNoSort by event time: desc (newest first) or ascdesc
channelYesChannel slug (Telegram username, without the @) or numeric channel id
event_typesNoEvent types to keep; omit for all of them

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
totalNo
eventsYes
channelYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/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 openWorldHint=false, so the safety profile is covered without the description's help. The description adds scope context (it covers structural/historical events) but says nothing about pagination depth, result ordering behavior beyond the schema default, or whether history is complete versus windowed. No contradiction with annotations.

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?

A single front-loaded sentence with the resource and its event scope stated first, and no filler. The enumerated list is somewhat long but each item maps to a real event category, so it largely earns its place.

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?

An output schema exists, so return-value explanation is not required, and annotations cover the safety profile. The description adequately conveys what domain of events the tool surfaces; only minor gaps remain around how event_types filtering interacts with the described categories.

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 60%, and the description never addresses channel, page, limit, or order. It does loosely translate several enum codes into plain English (renames, description/photo changes), which helps interpretation of event_types, but this is marginal since the enum literals are largely self-describing. Baseline 3 is appropriate.

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 names a specific verb (returns) and a precisely scoped resource (structural events in a channel's history), then enumerates the concrete event categories: renames, description/photo changes, verification flips, subscriber/view milestones, post edits/deletions. This distinguishes it from siblings like get_channel_posts (content) and get_post_stats (metrics) without ambiguity.

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

Usage Guidelines3/5

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

The trailing clause 'for telling what happened on a given date' supplies an implied use case, but no explicit when-to-use, when-not-to-use, or named alternatives are given. It does not, for example, tell the agent to prefer this over get_channel_posts when the question is about channel-structure changes rather than post content.

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