group_join
ActiveTool of io.github.saloprj/dialogbrain
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."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries