channels_connect_telegram_bot
ActiveTool of io.github.saloprj/dialogbrain
๐ค Connect a Telegram Bot (Bot API) channel from its bot token. When to use: - After a bot was created via @BotFather and you have its token. - The token alone is sufficient โ no Telegram user account is needed. Validates the token, creates the channel account, and registers the webhook so the bot starts receiving messages immediately.
Parameters schema
{
"type": "object",
"required": [
"bot_token"
],
"properties": {
"bot_token": {
"type": "string",
"description": "Telegram bot token from @BotFather (e.g. '123456789:ABCdef...')."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries