telegram-ask-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELEGRAM_CHAT_ID | No | Target chat ID literal | |
| TELEGRAM_ENV_FILE | No | Path to KEY=VALUE env file | |
| TELEGRAM_BOT_TOKEN | No | Bot token literal (secret) | |
| TELEGRAM_ASK_POLL_SEC | No | Long poll duration in seconds | 50 |
| TELEGRAM_ASK_WAIT_SEC | No | Total wait timeout in seconds | 600 |
| TELEGRAM_CHAT_ID_FILE | No | Path to file containing chat ID (single line) | |
| TELEGRAM_BOT_TOKEN_FILE | No | Path to file containing token (single line) |
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 |
|---|---|
| ask_via_telegramA | 텔레그램으로 질문을 보내고 사용자의 답을 받을 때까지 기다린다(long-poll). 사용자가 선택지를 골라야 하는 상황이면 터미널 팝업 대신 이 도구를 쓴다. options 를 주면 번호 버튼으로 표시되고, allow_free_text=True 면 버튼 외 자유 입력도 받는다. options 가 비어 있으면 순수 주관식 질문이 된다. 반환: 답함: {ok, answered:true, answer, via:"button"|"text", option_index: int|None, is_custom: bool} 시간초과: {ok, answered:false, timeout:true, waited_sec} → timeout 이면 Claude 는 평소처럼 터미널에서 다시 물어보면 된다. |
| notify_telegramA | 답을 기다리지 않고 텔레그램으로 알림만 보낸다(작업 완료/승인요청 안내 등). |
| check_configA | 설정 점검: 봇 연결(getMe)과 대상 chat_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/naryeo628/telegram-ask-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server