You're viewing a demo portfolio

Join the waitlist
PRSM

group_list

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

List groups in this workspace's DISCOVERY/SCORING list (the discovered_group table). ⚠️ This is NOT your messageable inbox. It is a subset used for discovery + quality scoring, and its channel_ref may be un-normalized (raw positive id) and will NOT match a thread's channel_ref. Absence here does NOT mean a chat isn't joined or can't be messaged. To find a chat you can actually send to (and get its thread_id), use search_threads — never rely on group.list for reachability. Lifecycle values: - discovered: found but not yet evaluated - bookmarked: saved for later - monitored: joined and actively syncing messages - dismissed: hidden By default, dismissed groups are excluded. Returns: id, title, member_count, lifecycle, scan_status, overall_score.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 100,
      "minimum": 1,
      "description": "Maximum number of results (1-100, default 20)"
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "description": "Pagination offset. OMIT to start at row 0 (default)."
    },
    "channel": {
      "type": "string",
      "description": "Filter by channel (e.g. 'telegram'). Optional."
    },
    "lifecycle": {
      "enum": [
        "discovered",
        "bookmarked",
        "monitored",
        "dismissed"
      ],
      "type": "string",
      "description": "Filter by state: discovered, bookmarked, monitored (=joined/syncing), dismissed. OMIT to include all states (dismissed excluded by default elsewhere)."
    },
    "min_score": {
      "type": "number",
      "maximum": 1,
      "minimum": 0,
      "description": "Minimum overall score (0.0-1.0). Optional."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

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

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