Skip to main content
Glama
boltholds

Telegram MCP Bridge

by boltholds

telegram_get_chat_info

Retrieve basic metadata for a specific Telegram chat using its chat ID.

Instructions

Return basic metadata for one allowed chat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description bears the full burden. It states 'Return' implying a read-only operation, but lacks details on side effects, permissions, or rate limits. For a simple get operation, this is minimal but acceptable.

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 a single, efficient sentence that conveys the core purpose without unnecessary words. It is well-structured for quick comprehension.

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

Completeness3/5

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

Given the tool has one parameter and an output schema, the description is minimally sufficient. However, it lacks behavioral details (e.g., what 'basic metadata' includes) and parameter guidance, leaving some gaps for the agent.

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

Parameters1/5

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

With 0% schema description coverage, the description must compensate but does not. It fails to mention the required 'chat_id' parameter or its format/meaning. The schema provides a title 'Chat Id' but the description adds no value.

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 'Return basic metadata for one allowed chat' clearly states the verb (return) and specific resource (basic metadata for one allowed chat). It distinguishes this tool from siblings like telegram_get_messages (which returns messages) and telegram_list_chats (which lists multiple chats).

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

Usage Guidelines3/5

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

The description implies usage for getting metadata of a single chat, contrasting with siblings that handle lists or messages. However, it provides no explicit guidance on when to use or not use this tool, nor any alternatives.

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/boltholds/Telegram_MCP_Bridge'

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