Skip to main content
Glama

metube_add_download

Queue video or audio downloads from YouTube and other platforms to a MeTube server. Specify URL, quality, format, and folder options for automated downloading.

Instructions

Queue a video or audio download in MeTube.

Args: url: Video/playlist URL to download (YouTube, Vimeo, etc.) quality: Download quality - "best", "1080", "720", "480", etc. format: Format selection - "any" (video+audio), "mp4", "mp3", "wav", "opus", etc. auto_start: Whether to start downloading immediately (default: true) folder: Subfolder within the download directory custom_name_prefix: Prefix for the downloaded filename playlist_item_limit: Max items to download from playlist (0 = all)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
qualityNobest
formatNoany
auto_startNo
folderNo
custom_name_prefixNo
playlist_item_limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 burden. It explains basic behavior (immediate start, playlist limits) but lacks details on rate limits, authentication, duplicate handling, or side effects of queuing a download.

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 structured as an efficient bullet-list of arguments, front-loaded with the main action. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite 7 parameters and no output schema details, the description covers all input parameters comprehensively. The output schema exists but is not provided; nevertheless, the description sufficiently informs parameter usage.

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 thoroughly explains each parameter with examples (e.g., quality='best','1080', format='mp4','mp3'). This adds significant value beyond the schema's type-only definitions.

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 it queues a video/audio download in MeTube, specifying supported sources (YouTube, Vimeo, etc.). This verb+resource combination effectively distinguishes it from sibling tools like metube_list_downloads or metube_delete_downloads.

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 lists parameters with their purposes, providing clear context for when to use this tool (to add a download). However, it does not explicitly state when to avoid using it or mention alternative tools for similar tasks.

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/JungleM0nkey/metube-mcp'

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