Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

setChatDescription

Update a Telegram group, supergroup, or channel description. Requires admin can_change_info rights for the bot.

Instructions

Change the description of a group, a supergroup or a channel. The bot must be an administrator with can_change_info rights. Returns True on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
descriptionNoNew chat description, 0-255 characters

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose the key traits: it is a mutating operation, it requires specific admin permissions, and it returns True on success — all useful beyond the schema. It does not disclose failure/error behavior, partial effects, or that an empty description clears the field, which are moderate gaps for a write operation.

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?

Two sentences with no filler: the first front-loads the action and target resource, the second packs the permission prerequisite and return value. Every sentence earns its place, and the whole description is appropriately sized for the tool's simplicity.

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 simple two-parameter mutation with a fully documented schema, this description covers what the tool does, the permission condition under which it works, and its return value — important since there is no output schema. The main omission is error-behavior detail (e.g., what happens when the bot lacks rights), which is relatively minor given the low complexity and complete parameter documentation.

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?

Schema description coverage is 100%, so both chat_id and description are already fully documented with types, formats, and constraints (e.g., '0-255 characters'). The tool description adds no parameter-level detail, but at this coverage level the schema carries the load and the baseline 3 applies.

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 states a specific verb ('Change') and resource ('description of a group, a supergroup or a channel'), making the operation unambiguous. The explicit chat-type scope distinguishes it from sibling tools like setMyDescription (bot's own description) and setChatTitle (title rather than description), so an agent can select it correctly without opening the schema.

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 provides a clear prerequisite — the bot must be an administrator with can_change_info rights — which tells an agent when the call will succeed. However, it gives no explicit guidance on when to prefer this tool over alternatives such as setChatTitle or setChatPhoto, nor does it mention when not to use it. The usage context is implied rather than fully routed.

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/TONresistor/telegram-mcp'

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