You're viewing a demo portfolio

Join the waitlist
PRSM

list_groups

Active

Tool of Limzo Telegram Group Stats

declared in 1.3.0

Call this to discover Telegram groups tracked by Limzo — to browse the directory, filter by language, or find a group's slug for get_group_stats. Optional `query` filters case-insensitively over group title, username, slug, and description. Optional `lang` (ISO 639-1, e.g. "fa", "es") keeps only groups where that language is a meaningful share of what members write — the way to answer "find active Persian/Spanish groups". Omit both to list the top groups by Limzo Score. Each row carries a `language` mix (primary language + top languages as percentages); rows also include slug, title, username, plan, member_count, 7-day messages and active members, score and page URLs, plus `total_matches` so you can tell when more groups matched than were returned.

Parameters schema

{
  "type": "object",
  "properties": {
    "lang": {
      "type": "string",
      "description": "ISO 639-1 language code (e.g. \"fa\", \"es\", \"en\"). Keeps only groups where that language is a meaningful share of the group."
    },
    "limit": {
      "type": "integer",
      "maximum": 50,
      "minimum": 1,
      "description": "Maximum groups to return. Defaults to 20, capped at 50."
    },
    "query": {
      "type": "string",
      "description": "Keyword matched case-insensitively against group title, username, slug, and description. Omit to list the top groups by Limzo Score."
    }
  },
  "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 →
list_groups — Limzo Telegram Group Stats — PRSM MCP