Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

setMyDescription

Update or remove your Telegram bot's description displayed in empty chats and bot links. Specify an optional language code to set localized descriptions.

Instructions

Change the bot's description, shown in empty chats and shared via bot links. Returns True on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoNew bot description; 0-512 characters. Pass empty string to remove the dedicated description for the given language.
language_codeNoTwo-letter ISO 639-1 language code. If empty, the description applies to all users without a dedicated description.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations present, the description carries the behavioral disclosure burden. It clearly indicates this is a mutating operation ('Change') and provides the success return value ('Returns True on success'). It does not mention edge behaviors like clearing the description via an empty string, but the schema already documents that parameter-level behavior.

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, tight sentence that front-loads the core action and purpose, then adds the return value. Every word earns its place with no redundancy or filler.

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 setter with no output schema and only two well-documented parameters, the description is largely complete. It explains what is being changed, where the value is shown, and what the caller can expect on success. A minor gap is the lack of explicit guidance on when to use localized vs default descriptions, but the schema already covers that.

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 the schema already documents both parameters and their semantics. The tool description adds no additional parameter-level meaning beyond a generic reference to 'description', so the baseline score of 3 is appropriate.

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 uses a specific verb ('Change') and names the exact resource ('the bot's description'). It also clarifies where this description appears ('shown in empty chats and shared via bot links'), which distinguishes it from related siblings like setMyName and setMyShortDescription.

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 its use case by explaining where the description is displayed, but it does not explicitly state when to use this tool vs alternatives like setMyShortDescription or when a dedicated language description is appropriate. The context is inferable from sibling names and schema, but not spelled out.

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