Skip to main content
Glama
bssth

telegram-mcp

by bssth

forward_messages

Forward selected messages from one chat to another. Optionally remove the 'Forwarded from' header so the message appears as originally sent.

Instructions

Переслать сообщения из одного чата в другой. drop_author=true убирает шапку «Переслано от» — у получателя выглядит как обычное сообщение.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_chatYes
from_chatYes
drop_authorNo
message_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It usefully discloses that drop_author=true removes the 'Forwarded from' header and makes the message appear as a normal message. However, it does not mention permissions, error behavior, or what happens with invalid message IDs.

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 two short sentences with no filler. The main action is front-loaded, and the second sentence adds meaningful detail about the drop_author flag without waste.

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 and the key behavioral flag, and an output schema is present. Still, it lacks detail about required parameter semantics, chat identifier format, and edge cases, making it adequate but incomplete for a mutation tool with no annotations.

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

Parameters2/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 explains only drop_author; from_chat, to_chat, and message_ids remain undocumented beyond their names. In particular, the expected format of chat identifiers is unclear, leaving required parameters underspecified.

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 uses a specific verb and resource: 'forward messages from one chat to another.' It clearly conveys the core action and is distinguishable from siblings by its narrow forwarding function, though it does not explicitly name an alternative such as send_message.

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 usage is implied by the action itself: use this when existing messages need to be forwarded to another chat. However, there is no explicit guidance about when not to use it or how it compares to alternatives like send_message or edit_message.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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