Skip to main content
Glama
FantomaSkaRus1

telegram-bot-mcp

copy_messages

Copy multiple messages between Telegram chats by specifying the source chat and message IDs. Optionally set a target chat or use the default log group.

Instructions

Copy multiple messages from one chat to another.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idNoTarget chat ID or @channel_username. Optional — defaults to log group
message_idsYesJSON array of message IDs to copy
from_chat_idYesSource chat ID or @channel_username
remove_captionNoRemove captions from copied messages
protect_contentNoProtect messages from forwarding/saving
message_thread_idNoTopic/thread ID for supergroups with topics enabled
disable_notificationNoSend silently without notification
Behavior2/5

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

No annotations provided, and the description offers no behavioral details beyond the basic action. Missing information on message preservation, permissions required, error handling, or whether deletion of source messages is possible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise single sentence, no fluff. However, could include a bit more context without losing conciseness, such as a mention of optional target chat ID.

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?

Given the tool's complexity (7 parameters, no output schema, no annotations), the description is too minimal. It omits return value structure, rate limits, prerequisite bot permissions, and behavior differences from forwarding.

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% for all 7 parameters, so the baseline is 3. The description adds no extra meaning beyond the schema, leaving parameter intent entirely to the schema definitions.

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 clearly states the action ('Copy'), the resource ('messages'), and the scope ('multiple... from one chat to another'). It effectively distinguishes from sibling tools like 'copy_message' (singular) and 'forward_messages' (different action).

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 on when to use this tool versus alternatives such as 'copy_message' or 'forward_messages'. No context about prerequisites, supported chat types, or limitations.

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