Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

getMyName

Retrieve the bot's display name localized to a specific language. Returns the BotName object to show users the correct name based on their language code.

Instructions

Get the current bot name for the given user language. Returns a BotName object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
language_codeNoTwo-letter ISO 639-1 language code or empty string.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It communicates a read-style 'get' operation and a return type, but does not mention edge behavior such as what an omitted or empty language_code means or that the name may be unset/empty.

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 short sentences with no filler. The action is front-loaded and the return type is stated in the second sentence.

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?

The tool is simple and the schema covers the parameter, but with no output schema the description only names 'BotName object' without indicating its fields or the fallback behavior when language_code is absent/empty.

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?

The input schema already documents language_code at 100% coverage, so the baseline applies. The phrase 'given user language' only restates the schema's description, adding no material semantic detail.

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 ('Get'), resource ('current bot name'), and the language scoping that distinguishes it from getMe and the description-related sibling tools. This is immediately actionable and not a tautology.

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

Usage Guidelines4/5

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

It clearly frames the context: use this when you need the bot's name localized to a user's language. It does not explicitly name alternatives or exclusions, but the intended use is unambiguous for a simple getter.

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