Skip to main content
Glama
Anonymouse8882

Telegram MCP

forward_messages

Forward selected messages from one chat to another. Optionally send as copy, silent, or drop captions.

Instructions

把一个对话里的若干消息转发到另一个对话。

Args: from_chat: 源对话。 to_chat: 目标对话。 message_ids: 要转发的消息 ID。 silent: 静默发送。 as_copy: True 则不显示"转发自"抬头(相当于复制一份)。 drop_captions: 复制时丢掉媒体的说明文字。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
silentNo
as_copyNo
to_chatYes
from_chatYes
message_idsYes
drop_captionsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Given no annotations, the description explains key behavioral traits: forwarding with or without 'forwarded' header (as_copy), dropping captions, and silent sending. This adds significant context beyond the schema.

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 concise and structured as a docstring with an Args section. It is front-loaded with the main purpose and then lists parameters. Some minor redundancy (e.g., 'Args' label) but overall efficient.

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?

With 6 parameters, no enums, and an output schema present, the description covers all parameter semantics and behavioral aspects. It could mention the return value briefly, but the output schema handles that.

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

Parameters5/5

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

Schema description coverage is 0%, but the description explains all 6 parameters (from_chat, to_chat, message_ids, silent, as_copy, drop_captions) with meaningful details, fully compensating for the lack of schema descriptions.

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 tool forwards messages from one chat to another, using a specific verb and resource. It distinguishes from siblings like send_message or forward_media_to_saved.

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 provides a list of parameters but no explicit guidance on when to use this tool vs alternatives or when not to use it. The purpose is clear enough to infer usage.

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/Anonymouse8882/TelegamMCP'

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