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