You're viewing a demo portfolio

Join the waitlist
PRSM

group_get_invite_link

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Export an invite link for an existing group (Telegram). What this does: - Mints a fresh invite link (e.g. t.me/+...) for the group; previously issued links stay valid - Requires the connected account to be the group's owner or an admin with invite rights When to use: - A member can't be added directly because their privacy settings block invites (group.add_member fails with a privacy error) — send them this link instead - Onboarding people to a private group Returns: success, chat_id, invite_link.

Parameters schema

{
  "type": "object",
  "required": [
    "chat_id",
    "channel"
  ],
  "properties": {
    "channel": {
      "type": "string",
      "description": "Channel where the group exists (e.g., 'telegram')"
    },
    "chat_id": {
      "type": "integer",
      "description": "ID of the group/channel to export an invite link for"
    }
  }
}

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 →