You're viewing a demo portfolio

Join the waitlist
PRSM

group_add_member

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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"
    }
  }
}

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