get_chat
Fetch information about a Telegram chat or channel by its ID. Get chat details directly through the API for quick lookup.
Instructions
Fetch info about a chat/channel by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes |
Fetch information about a Telegram chat or channel by its ID. Get chat details directly through the API for quick lookup.
Fetch info about a chat/channel by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. 'Fetch info' implies read-only, but it adds no context about permissions, error behavior, or return details. This is minimal behavioral disclosure beyond the purpose statement.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with the verb, and contains no unnecessary words. It is an excellent example of conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and no output schema. The description covers how to target the resource but does not specify what 'info' includes or possible errors. For a basic getter, this is mostly adequate, though a bit more detail would be better.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one required chat_id integer with 0% description coverage. The description adds the meaning that the ID refers to a chat or channel, which is some context, but it does not explain the ID format or any constraints, so compensation is partial.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Fetch' with the resource 'info about a chat/channel by ID', clearly stating the tool's function. It distinguishes from siblings like get_chat_member and get_chat_administrators by focusing on the chat itself rather than members.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. It doesn't mention any context such as requiring the bot to be a member or whether it works for all chat types, so the agent has no information for selection decisions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EncryptMan/telegram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server