Skip to main content
Glama
Anonymouse8882

Telegram MCP

download_chat_media

Batch download recent media files (photos, videos, documents, etc.) from a Telegram chat, filtering by type, size, and count.

Instructions

批量下载一个对话里最近的媒体文件。

Args: chat: 对话。 media_type: photo / video / document / voice / gif / music / any。 limit: 最多下载几个(1~50)。 save_dir: 保存目录,留空用默认下载目录。 max_size_mb: 跳过大于这个体积的文件。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
limitNo
save_dirNo
media_typeNophoto
max_size_mbNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes the action and parameters but does not disclose behavioral traits such as overwrite behavior, permission requirements, or rate limits. The description is adequate but not comprehensive for a mutation tool.

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 concise: one sentence summarizing purpose followed by a structured parameter list. Every sentence is informative, no fluff, and the key action is front-loaded.

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?

Given the tool has an output schema and 5 parameters, the description covers the tool's purpose and parameters well. It lacks context about download order or synchronicity, but overall is fairly complete for a batch download tool.

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?

With 0% schema description coverage, the description fully compensates by explaining each parameter's meaning (e.g., media_type options, limit range, save_dir default behavior). It adds significant value beyond the schema's type/default info.

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 clearly states 'batch download recent media files from a chat' using specific Chinese verbs and nouns, distinguishing it from siblings like 'download_media' which likely handles single files. The scope ('recent', 'batch') is explicit.

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 description provides parameter details but does not explicitly state when to use this tool versus alternatives (e.g., download_media). It implies batch downloading but lacks explicit 'when to use' or 'when not to use' guidance.

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