group_add_member
ActiveTool of io.github.saloprj/dialogbrain
Add a member to an existing group on Telegram or WhatsApp. What this does: - Adds the specified member to the group - Resolves the member by username, phone number, or JID - Reports if the member is already in the group Returns: success, chat_id, member, already_member.
Parameters schema
{
"type": "object",
"required": [
"chat_id",
"member",
"channel"
],
"properties": {
"member": {
"type": "string",
"description": "The member to add (format depends on channel: @username on Telegram, phone on WhatsApp)"
},
"channel": {
"type": "string",
"description": "Channel where the group exists (e.g., 'telegram', 'whatsapp')"
},
"chat_id": {
"type": "integer",
"description": "ID of the group/channel to add the member to"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries