You're viewing a demo portfolio

Join the waitlist
PRSM

get_group_stats

Active

Tool of Limzo Telegram Group Stats

declared in 1.3.0

Call this when the user asks about the activity, health, leaderboard, mood, or trends of a specific Telegram group tracked by Limzo. `slug` is the last part of the group's public page URL, limzo.com/s/<slug> (e.g. "hipo"). Returns the curated limzo.public_stats/v1 JSON: messages, replies, active members, daily series, top members, mood, reactions, language mix, the Limzo Levels ladder (lifetime XP + badge tiers), and weekly-league standings when the group has the league enabled. Optional `range`: 7d (default), 30d, all — the wider ranges only serve real data for groups on a paid plan and otherwise silently fall back to 7d, so check `range.key` in the result. Never includes verbatim member messages.

Parameters schema

{
  "type": "object",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "The group's public slug — the last part of its limzo.com/s/<slug> URL."
    },
    "range": {
      "enum": [
        "7d",
        "30d",
        "all"
      ],
      "type": "string",
      "description": "Stats window. Defaults to 7d. 30d/all require the group's paid plan; free groups silently fall back to 7d."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Limzo Telegram Group Stats

https://github.com/LimzoCom/limzo-mcp

2/7 registries
View full server →
get_group_stats — Limzo Telegram Group Stats — PRSM MCP