Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

copyMessage

Copy any supported Telegram message to another chat or channel without keeping a link to the original. Adjust captions, formatting, and reply options as needed.

Instructions

Copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessage, but the copied message doesn't have a link to the original message. Returns the MessageId of the sent message on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
captionNoNew caption for media, 0-1024 characters after entities parsing. If not specified, the original caption is kept.
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
message_idYesMessage identifier in the chat specified in from_chat_id.
parse_modeNoMode for parsing entities in the new caption. See formatting options for more details.
from_chat_idYesUnique identifier for the chat where the original message was sent (or channel username in the format @channelusername).
reply_markupNoAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user.
protect_contentNoProtects the contents of the sent message from forwarding and saving.
caption_entitiesNoA JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parse_mode.
reply_parametersNoDescription of the message to reply to.
message_effect_idNoUnique identifier of the message effect to be added to the message; for private chats only.
message_thread_idNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only.
allow_paid_broadcastNoPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message.
disable_notificationNoSends the message silently. Users will receive a notification with no sound.
video_start_timestampNoNew start timestamp for the copied video in the message, in seconds.
direct_messages_topic_idNoUnique identifier for the target direct messages topic; for bots only.
show_caption_above_mediaNoPass True, if the caption must be shown above the message media. Ignored if a new caption isn't specified.
suggested_post_parametersNoInformation about suggested post parameters; for channel chats only.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It explains the lack of a link to the original, the limits on service/paid/giveaway/invoice messages, the quiz poll condition, and the return value. This is a strong disclosure of core behavior, though it does not discuss edge cases like media group behavior or rate limits.

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?

Three sentences, all informative and front-loaded with the core purpose. Every sentence earns its place: the action, the exceptions, the comparison to forwardMessage, and the return type. No filler or redundant restatement of the tool name.

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?

Despite having 17 parameters and no output schema, the description covers the crucial invocation context: what can be copied, what cannot, and what is returned. The schema handles the remaining parameter details, so nothing critical is missing for an agent to correctly select and invoke the tool. It could add examples or integration notes, but none are essential.

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 all 17 parameters in detail. The description adds little parameter-specific meaning beyond what the schema provides; it does not reiterate or enrich parameter semantics. 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 states a specific verb and resource: 'Copy messages of any kind', then precisely scopes exceptions and an analogy to forwardMessage. It clearly distinguishes itself from forwardMessage by noting the copied message doesn't have a link to the original, so an agent can tell them apart without opening the schema.

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?

The description gives explicit context for when to use copyMessage versus forwardMessage: it is analogous but removes the original-message link, which is a clear decision criterion. It lists unsupported message types and the quiz poll condition, providing important constraints. It does not explicitly mention the sibling copyMessages tool or advise when bulk copying is preferred, so some usage guidance is left implicit.

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