Skip to main content
Glama
Anonymouse8882

Telegram MCP

send_message

Send text messages to a Telegram chat using ID, username, or 'me'. Optionally reply, send silently, schedule, or add link previews.

Instructions

向某个对话发送文本消息。

Args: chat: 目标对话(ID / @username / 'me' 表示收藏夹)。 text: 消息内容。 reply_to: 要回复的消息 ID;话题群里传话题 ID 即发到该话题。 parse_mode: 文本解析方式。 silent: 静默发送(不推送通知)。 link_preview: 是否展示链接预览。 schedule_at: 定时发送时间,如 +30m / 2026-01-01T09:00 / Unix 时间戳。 comment_to: 作为某条频道帖子的评论发送(传帖子 ID)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
textYes
silentNo
reply_toNo
comment_toNo
parse_modeNomarkdown
schedule_atNo
link_previewNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations exist, so the description must bear full burden. It discloses the action (sending) and parameter behaviors (e.g., reply_to interprets topic IDs) but omits side effects, idempotency, rate limits, or error handling. It is adequate but minimal.

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 one paragraph plus a bullet-like parameter list, each line serving a purpose. It is concise with no redundancy, though could be slightly more structured (e.g., separate usage notes).

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?

Parameter descriptions are thorough, but missing behavioral context (return value expectations, error scenarios, prerequisites). An output schema exists but its content is not reflected in the description; guidance on what the tool returns would improve completeness.

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 compensates fully with detailed per-parameter explanations in the docstring. It clarifies chat accepts ID/@username/'me', reply_to can be message or topic ID, schedule_at format examples, and parse_mode enum values, adding high value beyond schema bare types.

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 specifies '向某个对话发送文本消息' (send a text message to a chat), clearly stating the verb (send), resource (text message), and target (chat). It distinguishes from sibling tools like send_file, send_sticker, etc., which send non-text content.

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 explicit when-to-use or when-not-to-use guidance is provided. The description does not compare with alternative tools (e.g., forward_messages for existing messages) or mention prerequisites like bot membership or permissions.

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