Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

setMyName

Update the bot's name shown to users, optionally per language code. Pass an empty name to remove a dedicated localized name.

Instructions

Change the bot's name. Returns True on success.

Input Schema

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

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?

No annotations are provided, so the description carries the behavioral disclosure burden. It discloses the mutation effect ('Change') and the return value ('Returns True on success'), but does not mention side effects such as overwriting an existing name, removal behavior when passing an empty string, or any permission requirements. This is adequate but not thorough.

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 two short sentences with no filler. The primary action is front-loaded, and the return value is included as a useful second sentence. Every word earns its place.

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 fully documented optional parameters, the description plus schema provides enough information to call the tool correctly. The return behavior is stated since there is no output schema. It could be more complete by explicitly routing away from sibling setters, but nothing essential is missing for basic invocation.

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 input schema fully documents the name and language_code parameters. The description adds no additional parameter-level meaning beyond 'bot's name,' which matches the baseline expectation when the schema already handles parameter semantics.

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 and resource, "Change the bot's name," which clearly identifies what the tool does and distinguishes it from siblings like setMyDescription, setMyShortDescription, and getMyName. The action is unambiguous and directly tied to the tool's name.

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: call this to change the bot's name. However, it does not explicitly state when to prefer this over related tools such as setMyDescription or setMyShortDescription, nor does it mention the localization behavior that the parameters support. Usage context is present but only by inference.

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