Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

getMyShortDescription

Get the current bot short description in a specified language by passing a two-letter ISO 639-1 language code. Returns the localized text.

Instructions

Get the current bot short description for the given user language. Returns a BotShortDescription 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.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It conveys a read operation and the return type (BotShortDescription object), but it does not mention side effects, permission requirements, or the meaning of an empty language_code. This is adequate for a simple getter but not rich.

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?

A single, front-loaded sentence with no filler. Every phrase earns its place: what is retrieved, under what condition, and what is returned.

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 one-parameter, no-output-schema getter, the description covers the essentials: the action, the input condition, and the return type. It could add empty-language default behavior, but the schema already documents the valid empty string, so nothing critical is missing.

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 baseline applies. The phrase 'for the given user language' mirrors language_code and adds slight context, but it does not explain behavior when the parameter is empty, which the schema already allows.

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'), a precise resource ('current bot short description'), and a condition ('for the given user language'). The qualifier 'short' distinguishes it from the sibling getMyDescription, so an agent can select it without ambiguity.

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

Usage Guidelines2/5

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

No guidance is provided about when to choose this tool over alternatives such as getMyDescription or setMyShortDescription. The description only restates the operation itself; there is no explicit or implied exclusion/alternative.

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