Skip to main content
Glama

help

Get documentation for the Telegram Bridge MCP. Choose an overview, topic index, communication guide, or detailed instructions for any tool.

Instructions

Discovery for this MCP server. No args -> overview. topic: 'index' -> topic menu. topic: 'guide' -> comms guide. topic: '<tool/topic>' -> detailed help.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoOmit for overview. Pass 'index' for a categorized skill index. Pass 'guide' for full communication guide. Pass 'identity' for bot info + server version. Pass a tool name for detailed docs on that tool.
tokenNoSession token — required only for topic: 'identity'. Omit for all other topics.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains the different behaviors based on topic, but does not explicitly state that the tool is read-only or has no side effects. The schema mentions an 'identity' topic not covered in the description, creating a minor gap.

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 extremely concise, using two sentences to convey all necessary information. It front-loads the purpose and uses bullet-like notation for clarity.

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?

Given the simplicity of the help tool, the description covers most usage scenarios. It lacks mention of the 'identity' topic (present in schema), and does not describe return format, but for a help tool this is acceptable.

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

Parameters3/5

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

The schema already provides detailed descriptions for both parameters (topic and token) with 100% coverage. The description adds little beyond restating the options; it does not provide additional parameter semantics that the schema lacks.

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

Purpose5/5

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

The description clearly states the tool's purpose as 'Discovery for this MCP server' and specifies distinct behaviors for different inputs (no args, 'index', 'guide', tool name). This clearly distinguishes it from siblings (action, dequeue, send) which are likely operational tools.

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 explicit guidance on when to use each variant (overview, index, guide, detailed help). While it does not explicitly mention when not to use it, the context makes it obvious that help is for information and not for performing actions.

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

Install Server

Other Tools

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/electrified-cortex/Telegram-Bridge-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server