You're viewing a demo portfolio

Join the waitlist
PRSM

group_join

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Join a group and start syncing its messages to your inbox. The group must be in your discovery list (use group.search or group.add first). What this does: - Joins the group on Telegram (or other channel) - Creates a thread in your inbox for syncing messages - Optionally enables AI auto-reply drafts Returns: success, thread_id, auto_reply_enabled.

Parameters schema

{
  "type": "object",
  "required": [
    "group_id"
  ],
  "properties": {
    "group_id": {
      "type": "integer",
      "description": "ID of the discovered group (from group.search or group.list)"
    },
    "enable_auto_reply": {
      "type": "boolean",
      "default": true,
      "description": "Enable AI auto-reply drafts for messages in this group. Drafts can be reviewed and sent manually. Default: true."
    }
  }
}

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_join — io.github.saloprj/dialogbrain — PRSM MCP