Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

getMyCommands

Retrieve the active bot command list for a specified scope and language. Returns an array of BotCommand objects to inspect currently configured commands.

Instructions

Get the current list of bot commands for the given scope and language. Returns an Array of BotCommand objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoScope of users for which the commands are relevant. Defaults to BotCommandScopeDefault.
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?

No annotations are provided, so the description must carry the behavioral burden. It does state that the tool returns an Array of BotCommand objects and that the result depends on the given scope and language, which is useful. However, it does not clarify behavior such as what happens when no commands are set, whether an empty array is returned, or any fallback semantics for language codes.

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 core action is front-loaded, and the return type is stated in the 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?

Given that there is no output schema, the description's explicit statement that it returns an Array of BotCommand objects is valuable and largely sufficient. The input schema fully documents both optional parameters, including the nested scope object and its defaults. The main gap is the missing usage guidance relative to command-related siblings, but the tool is simple enough that an agent can invoke it correctly with the information provided.

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 scope and language_code are already documented in the schema. The description's mention of 'scope and language' maps cleanly to the parameters but adds no additional meaning beyond the schema. Baseline 3 is appropriate because the schema does the heavy lifting.

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 starts with the specific verb 'Get' and the resource 'current list of bot commands', immediately establishing this as the read counterpart to sibling tools like setMyCommands and deleteMyCommands. It also mentions the scope and language dimensions that make it distinct from simpler 'get me' or 'get updates' operations. The purpose is unambiguous.

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?

There is no guidance about when to use this tool versus alternatives such as setMyCommands or deleteMyCommands, nor any mention of prerequisites or when not to use it. The only usage signal is implicit in the verb 'get', which is not enough to help an agent choose confidently among the command-related siblings.

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