Skip to main content
Glama
naryeo628

telegram-ask-mcp

by naryeo628

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELEGRAM_CHAT_IDNoTarget chat ID literal
TELEGRAM_ENV_FILENoPath to KEY=VALUE env file
TELEGRAM_BOT_TOKENNoBot token literal (secret)
TELEGRAM_ASK_POLL_SECNoLong poll duration in seconds50
TELEGRAM_ASK_WAIT_SECNoTotal wait timeout in seconds600
TELEGRAM_CHAT_ID_FILENoPath to file containing chat ID (single line)
TELEGRAM_BOT_TOKEN_FILENoPath to file containing token (single line)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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