F
licenseNot graded
qualityD
maintenanceModel Context Protocol server for Telegram. Let AI read, search, send, and forward your Telegram messages.
25 npm
-
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one retrieves message history, the other sends a message and waits for a reply. No overlap or ambiguity.
Both tools follow a consistent verb_noun pattern in snake_case (get_history, send_message), making them predictable and easy to understand.
With only 2 tools for a Telegram bot server, the surface is too thin. Typical Telegram interactions require more operations (e.g., listing bots, deleting messages), making this feel incomplete.
Obvious gaps exist: no tool to list available bots, delete messages, get updates, or handle multiple bots. The set covers only basic send and retrieve operations.