Skip to main content
Glama
Eweol

telegram-bot-mcp

by Eweol

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_meA

Return basic information about the bot (id, username, name, etc.).

get_chatA

Return information about a chat (group, channel, or private).

get_chat_member_countC

Return the number of members in a chat.

send_messageB

Send a text message to a Telegram chat.

send_photoC

Send a photo to a Telegram chat.

send_documentC

Send a file/document to a Telegram chat.

send_locationB

Send a geographic location to a Telegram chat.

send_pollB

Send a poll to a Telegram chat.

edit_message_textC

Edit the text of an existing message.

delete_messageC

Delete a message from a chat.

list_chatsA

List all known chats the bot can send messages to.

Combines two sources:

  • Persistent discovery: fetches new Telegram updates, extracts chats, and saves them to disk. Subsequent calls return the cached list instantly plus any newly discovered chats.

  • Static config: chats defined via the KNOWN_CHATS environment variable (format: "Name=chat_id,Name2=chat_id2") are always included.

Returns a dict with:

  • chats: list of {chat_id, name, type, username, source}

  • hint: what to tell the user if their desired chat is not in the list

Use the chat_id value with send_message and other tools. If the desired chat is missing, communicate the hint to the user and call list_chats again after they have followed the instructions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Eweol/telegram-bot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server