telemost_stats_reach
ActiveTool of io.telemost/telemost-mcp-server
declared in 0.2.2
Telegram reach analytics: average post reach chart for a channel, how many people typical posts reach over time. Returns a JSON envelope {ok, data, meta}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channel"
],
"properties": {
"channel": {
"type": "string"
},
"aggregation": {
"enum": [
"day",
"week",
"month",
"year"
],
"type": "string",
"description": "Chart granularity: day/week/month/year. Controls point spacing, not a time window."
}
},
"additionalProperties": false
}Parent server
io.telemost/telemost-mcp-server
https://github.com/slava01011910-ops/telemost
1/7 registries