Skip to main content
Glama
Anonymouse8882

Telegram MCP

send_album

Send multiple images and videos as a media group to a Telegram chat. Supports captions, reply-to messages, and silent delivery.

Instructions

把多张图片 / 多个视频作为一个相册(media group)一次发出去。

Args: chat: 目标对话。 paths: 本地文件路径列表,最多 10 个。 caption: 相册说明(挂在第一个文件上)。 reply_to: 要回复的消息 ID。 as_document: 强制作为文件发送。 silent: 静默发送。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
pathsYes
silentNo
captionNo
reply_toNo
as_documentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description bears full burden. It describes the action and parameters but lacks details on success/failure, rate limits, or side effects. Only basic behavioral overview.

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?

Description is concise (7 lines), listing parameters clearly. No fluff, but could be more front-loaded with key purpose. Good structure.

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?

Has output schema (not shown), so return values covered. Purpose and parameters are explained, but missing behavioral context like error handling, limits, or result details.

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 coverage is 0%, but description provides brief explanations for each parameter (e.g., 'chat: target chat'), adding meaning beyond schema types. However, no deep semantics or constraints.

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?

Description clearly states the tool sends multiple images/videos as an album, distinguishing it from siblings like send_file and send_message. Verb 'send' + resource 'album' is specific.

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?

No explicit guidance on when to use this tool vs alternatives. The description implies use for sending multiple media together, but no when-not or alternative mentions.

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