Skip to main content
Glama
anthony-potts

claude-telegram-alerts

get_chat_id

Retrieve your Telegram chat ID after messaging the bot. Solves initial setup by providing the ID needed to receive alerts.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of transparency. It conveys that the tool retrieves a chat ID and that a prior message is required, but it does not disclose behavior when the prerequisite is unmet or the exact format of the returned chat ID.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, front-loads the main purpose, and the second sentence adds a genuinely useful prerequisite instruction. Every sentence contributes meaningful guidance without repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter setup utility, the description covers the essential workflow and expected result. It could briefly mention what happens if the user calls it without messaging the bot first, but overall it is complete enough for practical use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the empty schema is complete. The description provides the baseline context needed to understand what the tool returns without needing parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets the user's Telegram chat ID, which is a specific resource and action. It does not explicitly differentiate it from the sibling tool 'alert', but the names and functions are sufficiently distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear prerequisite and usage sequence: message the bot first, then call the tool. It does not mention alternatives or exclusions, but none are obviously needed given the sibling tool's different purpose.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools