You're viewing a demo portfolio

Join the waitlist
PRSM

group_preview_messages

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Read recent public messages from a group without joining it. Only works for groups where can_preview_history=true. Use this to manually evaluate message quality before deciding to join. For an automated quality score, use group.scan instead. Returns: list of recent messages with sender, text, date, is_reply.

Parameters schema

{
  "type": "object",
  "required": [
    "group_id"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 100,
      "minimum": 1,
      "description": "Number of recent messages to fetch (1-100, default 20)"
    },
    "group_id": {
      "type": "integer",
      "description": "ID of the discovered group (from group.search or group.list)"
    }
  }
}

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 →