Skip to main content
Glama
bobidk91-ops

Telegram MCP Server

by bobidk91-ops

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoEnvironment (production/development)
TELEGRAM_BOT_TOKENYesYour Telegram bot token from @BotFather
TELEGRAM_CHANNEL_IDYesTarget channel ID (e.g., @mychannel)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
send_messageC

Send a text message to the Telegram channel

send_photoC

Send a photo to the Telegram channel

send_pollC

Create and send a poll to the Telegram channel

send_reactionC

Send a reaction to a message

edit_messageC

Edit an existing message

delete_messageC

Delete a message from the channel

get_channel_infoB

Get information about the Telegram channel

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific actions in the Telegram domain. For example, send_message, send_photo, and send_poll handle different content types, while delete_message, edit_message, and send_reaction operate on existing messages with unique functions. No tools appear to overlap or cause confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, such as delete_message, edit_message, and send_photo. This predictable naming convention makes it easy for agents to understand and select the appropriate tool without ambiguity.

Tool Count5/5

With 7 tools, this server is well-scoped for managing a Telegram channel, covering essential operations like sending various content types, editing, deleting, and reacting to messages. Each tool earns its place without feeling excessive or insufficient for the domain.

Completeness4/5

The tool set provides strong coverage for core Telegram channel interactions, including sending, editing, deleting, and reacting to messages. A minor gap exists in operations like retrieving message history or handling other media types (e.g., videos or documents), but agents can work around this with the available tools.

Maintenance

ActivityInactive
ResponsivenessNo issues