Skip to main content
Glama
rixile9999

tdl-mcp

by rixile9999

Download Telegram media by t.me link

tg_download_url

Download media from specific Telegram message links and return absolute paths of new files, skipping duplicates.

Instructions

Download the media of specific Telegram messages given their t.me links (e.g. https://t.me/channel/123) and return the absolute paths of newly downloaded files. Use when you already have message links rather than a chat to scan. Already-present files are skipped (--skip-same).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
destNoDestination directory (default ~/Downloads/telegram)
urlsYesTelegram message links; each must start with https://t.me/
extensionsNoComma-separated file extensions to include, e.g. 'xlsx,pdf'
Behavior4/5

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

With no annotations, the description carries full burden. It discloses a key behavior: 'Already-present files are skipped (--skip-same).' It also states it returns absolute paths of newly downloaded files. This is adequate for a download tool.

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 two sentences, front-loaded with purpose and usage. It is concise and informative, with no wasted words. The behavioral note about skipping existing files is well integrated.

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 3 parameters with full schema coverage and no output schema, the description sufficiently explains purpose, when to use, and a behavioral note. It is complete for this straightforward tool.

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?

The input schema covers all 3 parameters with descriptions (100% coverage). The description adds no additional parameter meaning beyond what the schema provides. Baseline 3 is appropriate.

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 'Download the media of specific Telegram messages given their t.me links' with an example URL. It distinguishes itself from sibling tools like tg_download by specifying it uses direct links rather than scanning a chat.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use when you already have message links rather than a chat to scan,' providing clear context for when to use this tool. While it doesn't explicitly state when not to use it, the guidance is sufficient.

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/rixile9999/tdl-mcp'

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