tggroupMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key for embeddings (alternative to TELEGRAM_EMBEDDINGS_API_KEY). | |
| TELEGRAM_SESSION | Yes | The Telegram session string generated by the setup script. | |
| TELEGRAM_SEND_ENABLED | No | Set to 'false' to disable sending messages (dry run mode). | true |
| TELEGRAM_EMBEDDINGS_API_KEY | No | API key for embeddings (alternative to OPENAI_API_KEY). |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_configB | Return redacted Telegram Parilka MCP configuration and safety state. |
| resolve_chatC | Resolve the configured or provided Telegram chat and cache its input peer. |
| get_chat_infoC | Resolve chat info plus local cache statistics. |
| sync_historyB | Sync Telegram history into local SQLite cache. Use this manually; normally run sync-daemon in the background. |
| read_historyC | Read messages from the local SQLite cache. |
| search_messagesB | Search cached Telegram messages with keyword FTS, vector cosine search, and hybrid candidates. |
| semantic_search_messagesB | Vector/cosine search over indexed cached Telegram message chunks. |
| index_embeddingsB | Index cached Telegram messages into vector chunks for semantic search. |
| get_thread_contextC | Return cached messages around a message ID. |
| preview_messageA | Validate a Telegram send without sending anything. |
| send_messageB | Send or dry-run a Telegram message with allowlist, dedupe, and throttling. |
| reply_to_messageC | Convenience wrapper around send_message with required reply_to_message_id. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/billyhargroveofficial/tggroupMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server