Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

forwardMessages

Forward multiple Telegram messages to another chat or channel. Skips missing or protected messages, preserves album grouping, and returns sent message IDs.

Instructions

Forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. Returns an array of MessageId of the sent messages 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_idsYesA JSON-serialized list of 1-100 identifiers of messages in the chat from_chat_id to forward. The identifiers must be specified in a strictly increasing order.
from_chat_idYesUnique identifier for the chat where the original messages were sent (or channel username in the format @channelusername).
protect_contentNoProtects the contents of the forwarded messages from forwarding and saving.
message_thread_idNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only.
disable_notificationNoSends the messages silently. Users will receive a notification with no sound.
direct_messages_topic_idNoUnique identifier for the target direct messages topic; for bots only.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.6/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 does meaningful work by disclosing partial-failure semantics ('if some ... can't be found or forwarded, they are skipped'), restrictions on service messages and protected content, and that album grouping is preserved. This is above-average transparency for a mutation-like tool, though it omits permission or rate-limit context.

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 compact and information-dense: four sentences, each adding a distinct useful fact. It front-loads the primary purpose and then covers failure behavior, content restrictions, grouping behavior, and return value. There is no redundant phrasing or restatement of the tool name.

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?

For a batch forwarding method with fully documented parameters and no output schema, the description covers the important operational semantics: partial failures, non-forwardable content, album behavior, and the success return type. It does not spend space explaining return values in detail, which is acceptable without an output schema, but it could have noted permission requirements or contrast with copying alternatives.

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 schema already documents all seven parameters. The description adds a little contextual meaning by explaining that unspecified messages are skipped and album grouping is retained, which clarifies message_ids behavior. This meets the baseline but does not go beyond what a well-documented schema plus behavioral notes already provide.

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 core action: 'Forward multiple messages of any kind' and specifies the return type. It distinguishes itself from the singular forwardMessage by emphasizing batch operation and album grouping. However, it does not explicitly name sibling alternatives or contrast with copyMessages, so differentiation is partially left to the tool name and context.

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 gives no explicit guidance about when to choose forwardMessages over forwardMessage, copyMessages, or copyMessage. It implies batch usage by saying 'multiple messages' and describes skip behavior, but it never states conditions for selecting an alternative. This leaves the agent to infer usage boundaries from sibling names alone.

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