Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Environment (production/development) | |
TELEGRAM_BOT_TOKEN | Yes | Your Telegram bot token from @BotFather | |
TELEGRAM_CHANNEL_ID | Yes | Target channel ID (e.g., @mychannel) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
send_message | Send a text message to the Telegram channel |
send_photo | Send a photo to the Telegram channel |
send_poll | Create and send a poll to the Telegram channel |
send_reaction | Send a reaction to a message |
edit_message | Edit an existing message |
delete_message | Delete a message from the channel |
get_channel_info | Get information about the Telegram channel |