Skip to main content
Glama
prabchevski

Telegram Search MCP

by prabchevski

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: searching, fetching a single text message, retrieving surrounding context, and fetching media. No overlapping boundaries between tools.

Naming Consistency5/5

All tools follow a consistent telegram_<verb>_<noun> pattern, making the set predictable and easy to navigate.

Tool Count5/5

Four tools is well-scoped for a focused Telegram search and retrieval server, with no unnecessary additions or missing core functions.

Completeness5/5

The tool surface covers search, single-message retrieval, contextual browsing, and media access, fully addressing the server's stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues