You're viewing a demo portfolio

Join the waitlist
PRSM

group_search

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Search for public groups or channels by topic on Telegram (or other channels). Returns matching groups with title, member count, and whether messages can be previewed. Finds public groups/channels by topic — NOT individual people. To find or add a specific person by @username, use contacts.discover / contacts.find instead. When to use: - Finding groups related to a topic or niche - Building a list of groups for outreach or monitoring After searching, use group.scan to evaluate quality before joining.

Parameters schema

{
  "type": "object",
  "required": [
    "channel",
    "keywords"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 50,
      "minimum": 1,
      "description": "Maximum number of results to return (1-50, default 20)"
    },
    "channel": {
      "type": "string",
      "description": "Channel to search on (e.g. 'telegram')"
    },
    "keywords": {
      "type": "string",
      "description": "Search keywords or phrase (e.g. 'crypto trading signals')"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
group_search — io.github.saloprj/dialogbrain — PRSM MCP