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 you've found and joined in this workspace. 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· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

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

1/7 registries
View full server →