Telegram Search MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| telegram_search_messagesB | Search accessible cloud history across all chat lists; secret chats are excluded. |
| telegram_get_messageA | Fetch one text message available to the linked Telegram account. |
| telegram_get_contextA | Fetch at most five text messages on each side of an anchor. |
| telegram_get_mediaA | Fetch one explicitly anchored photo, PDF document, audio item, or video thumbnail. Preview transfers are capped at 2 MiB and full transfers at 12 MiB. Protected, self-destructing, secret, unsupported, and oversized media are rejected. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: searching, fetching a single text message, retrieving surrounding context, and fetching media. No overlapping boundaries between tools.
All tools follow a consistent telegram_<verb>_<noun> pattern, making the set predictable and easy to navigate.
Four tools is well-scoped for a focused Telegram search and retrieval server, with no unnecessary additions or missing core functions.
The tool surface covers search, single-message retrieval, contextual browsing, and media access, fully addressing the server's stated purpose.