Skip to main content
Glama
anthony-potts

claude-telegram-alerts

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELEGRAM_CHAT_IDYesYour Telegram chat ID, obtained via get_chat_id tool
TELEGRAM_BOT_TOKENYesYour Telegram bot token from BotFather

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
alertA

Send a Telegram alert for Claude Code status updates. Use this to notify the user when you need input, when tasks complete, or for any important status update.

get_chat_idA

Get your Telegram chat ID for initial setup. First message your bot in Telegram, then use this tool to retrieve the chat ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: alert sends notifications, while get_chat_id handles setup. There is no overlap or ambiguity between them.

Naming Consistency4/5

Both names use lowercase snake_case and are verb-led, but alert is a bare verb while get_chat_id follows a get_noun pattern. The inconsistency is minor and does not hinder understanding.

Tool Count3/5

Two tools is on the thin side for a general-purpose alerting server, but the narrow scope makes the count defensible. It sits at the borderline where the set feels minimal rather than complete.

Completeness5/5

The tool surface covers the full intended workflow: retrieve the chat ID during setup, then send alerts. For a notification-only integration, there are no obvious missing operations.

Maintenance

ActivityInactive
ResponsivenessNo issues