Skip to main content
Glama
ruchiayeon

Telegram MCP Server & Channel Monitor

by ruchiayeon

telegram_copy_message

Copy Telegram messages between chats without forward marks, preserving original content while optionally adding captions to media.

Instructions

메시지 내용을 포워드 마크 없이 복사하여 다른 채팅에 전송합니다.

Args: params (CopyMessageInput): - from_chat_id (int): 원본 채팅 ID - to_chat_id (int): 복사 대상 채팅 ID - message_id (int): 복사할 메시지 ID - caption (str): 미디어 메시지에 추가할 캡션 (선택)

Returns: str: 복사 성공 메시지 또는 에러

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, covering basic safety. The description adds context about copying without forward marks, which is useful behavioral detail not in annotations. However, it does not disclose other traits like rate limits, authentication needs, or error handling, resulting in moderate transparency.

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?

The description is well-structured with a clear purpose statement, followed by Args and Returns sections. It is front-loaded and efficient, with no wasted sentences. Minor improvement could be made by integrating the purpose more seamlessly, but overall it is concise and organized.

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 the tool's moderate complexity, annotations covering safety, and an output schema (Returns section), the description is mostly complete. It explains the action, parameters, and return value. However, it could benefit from more behavioral context or error examples to fully guide the agent, slightly reducing completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It includes an 'Args' section detailing each parameter's purpose (e.g., '원본 채팅 ID' for from_chat_id), adding meaningful semantics beyond the schema. However, it lacks details on parameter formats or constraints, preventing a perfect score.

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 specific action: '메시지 내용을 포워드 마크 없이 복사하여 다른 채팅에 전송합니다' (copy message content without forward mark and send to another chat). It distinguishes from sibling tools like 'telegram_forward_message' by emphasizing the absence of forward attribution, making the purpose explicit and differentiated.

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

Usage Guidelines3/5

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

The description implies usage for copying messages without forward marks, but does not explicitly state when to use this tool versus alternatives like 'telegram_forward_message' or 'telegram_copy_messages'. It provides basic context but lacks explicit guidance on exclusions or prerequisites, leaving some ambiguity for the agent.

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

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