group_promote_admin
ActiveTool of io.github.saloprj/dialogbrain
Promote a member to admin in an existing group on Telegram or WhatsApp. What this does: - Gives the specified member admin status in the group - On Telegram, this grants visibility of all group messages (even if not a bot) - Defaults to minimal/empty rights; specify custom rights if needed Returns: success, chat_id, member.
Parameters schema
{
"type": "object",
"required": [
"chat_id",
"member",
"channel"
],
"properties": {
"member": {
"type": "string",
"description": "The member to promote (format depends on channel: @username on Telegram, phone on WhatsApp)"
},
"rights": {
"type": "object",
"description": "Optional admin rights dict (Telegram-specific). If not provided, defaults to minimal/admin status only. Example: {\"post_messages\": true, \"edit_messages\": true}"
},
"channel": {
"type": "string",
"description": "Channel where the group exists (e.g., 'telegram', 'whatsapp')"
},
"chat_id": {
"type": "integer",
"description": "ID of the group/channel where the member will be promoted"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries