Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

forwardMessage

Forward a message from one chat to another using source chat, message ID, and target chat. Supports silent notifications, content protection, and effects for the forwarded copy.

Instructions

Forward messages of any kind. Service messages and messages with protected content can't be forwarded. Returns the sent Message on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
message_idYesMessage identifier in the chat specified in from_chat_id.
from_chat_idYesUnique identifier for the chat where the original message was sent (or channel username in the format @channelusername).
protect_contentNoProtects the contents of the forwarded message from forwarding and saving.
message_effect_idNoUnique identifier of the message effect to be added to the message; for private chats only.
message_thread_idNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only.
disable_notificationNoSends the message silently. Users will receive a notification with no sound.
video_start_timestampNoNew start timestamp for the forwarded video in the message, in seconds.
direct_messages_topic_idNoUnique identifier for the target direct messages topic; for bots only.
suggested_post_parametersNoInformation about suggested post parameters; for channel chats only.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses two important limitations (service messages and protected content cannot be forwarded) and the success return value. It could go further by noting required permissions or that the message is copied rather than moved, but the core behavioral constraints are present.

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 with no filler. The primary action is front-loaded, and the constraints and return value are stated efficiently. Every sentence earns its place.

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?

The description covers the core action, exceptions, and return value, and the schema documents all parameters. However, with no output schema and 10 parameters, plus closely related siblings like forwardMessages and copyMessage, the description should have provided more guidance on how this tool fits among them. It 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.

Parameters3/5

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

Schema description coverage is 100%, so the input schema already documents all parameters. The description adds no parameter-level meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 messages') and the resource, and it adds meaningful scope ('of any kind') with constraints. However, it does not explicitly distinguish this single-message tool from the sibling forwardMessages, so differentiation is incomplete.

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 is given on when to use this tool versus alternatives like forwardMessages, copyMessage, or sendMessage. The only usage-related information is a negative condition (service messages and protected content can't be forwarded), which does not help an agent choose among related forwarding/copying tools.

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

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