Skip to main content
Glama
QuocTang

telegram-mcp-kit

by QuocTang

forward_message

Forwards a message from a source chat to a target chat, with an optional target chat ID.

Instructions

Forward a message from one chat to another.

Args: from_chat_id: Source chat ID message_id: ID of the message to forward chat_id: Target chat ID (uses TELEGRAM_CHAT_ID if omitted)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_chat_idYes
message_idYes
chat_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must bear the full burden of disclosing behavioral traits. It reveals that the target chat ID defaults to TELEGRAM_CHAT_ID if omitted, but it does not mention side effects (e.g., does it copy the entire message including media?), error conditions (e.g., message not found), or require any permissions. The description is too sparse for a mutation-like operation.

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?

The description is concise (two sentences plus a short parameter list) and front-loaded with the primary purpose. Every sentence is relevant; no wasted words. The structure is clear and easy to scan.

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

Completeness3/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 (3 parameters, output schema exists), the description covers the basic usage and parameter semantics. However, it lacks details on return values (though output schema exists), error scenarios, and constraints (e.g., character limits or chat permission requirements). The description is adequate but not fully complete.

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?

With schema description coverage at 0%, the description adds meaningful context for all three parameters: 'Source chat ID', 'ID of the message to forward', and 'Target chat ID (uses TELEGRAM_CHAT_ID if omitted)'. The default behavior note for chat_id is particularly helpful. This provides semantic value beyond the raw schema types.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action 'Forward a message from one chat to another', which is a specific verb and resource. It distinguishes from siblings like send_message (which creates a new message) and delete_message (which removes a message). However, it could be more precise about what 'forward' entails (e.g., preserving formatting or media), but it is sufficient for distinguishing usage.

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?

The description provides no explicit guidance on when to use this tool versus alternatives like send_message. It does not mention prerequisites, limitations, or exclusions (e.g., cannot forward to the same chat). The agent must infer usage from the name and purpose, which is minimal guidance.

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

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