Skip to main content
Glama
FantomaSkaRus1

telegram-bot-mcp

copy_message

Copies any message from one chat to another, with optional new caption and formatting settings.

Instructions

Copy a message from one chat to another. Can copy any message type. If chat_id is omitted, copies to the default log group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
captionNoNew caption for the copied message (up to 1024 chars)
chat_idNoTarget chat ID. Optional — defaults to log group
message_idYesMessage ID to copy
parse_modeNoCaption formatting mode
from_chat_idYesSource chat ID
reply_markupNoJSON string with reply markup (inline keyboard, custom keyboard, etc.)
protect_contentNoProtect message from forwarding/saving
caption_entitiesNoJSON array of MessageEntity objects for caption (alternative to parse_mode)
reply_parametersNoJSON object with ReplyParameters (e.g. {"message_id": 123})
message_thread_idNoTopic/thread ID for supergroups with topics enabled
disable_notificationNoSend silently without notification
show_caption_above_mediaNoShow caption above media
Behavior2/5

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

No annotations provided; description only notes ability to copy any message type and default chat_id behavior. Lacks disclosure on permissions, formatting preservation, or side effects.

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 concise sentences, front-loaded purpose, no redundancy. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 12 parameters, no output schema, and no annotations, description is too sparse. Missing return value, error conditions, and usage context.

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 covers all 12 parameters with descriptions (100% coverage). Description adds minimal value beyond default behavior for chat_id; otherwise no extra context.

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?

Description clearly states verb 'copy', resource 'message from one chat to another', and scope 'any message type', with default destination mentioned. Distinguishes from siblings like forward_message and copy_messages.

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 explicit when-to-use or when-not-to-use guidance. Does not differentiate from similar tools like forward_message or copy_messages, nor mention prerequisites or typical use cases.

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/FantomaSkaRus1/telegram-bot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server