Skip to main content
Glama

download_video

Download a single video from a URL to your Downloads folder. Avoids accidental playlist downloads unless the allow_playlist flag is set.

Instructions

Download a video from a URL (YouTube and hundreds of other sites via yt-dlp) to disk. Saves into ~/Downloads by default. Refuses playlist URLs unless allow_playlist is set, to avoid downloading an entire playlist by accident. yt-dlp must be installed separately and reachable on PATH.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe video URL to download.
qualityNoDesired quality/format. Defaults to "best".
output_dirNoFolder to save into, relative to home (e.g. "Downloads", "Downloads/clips"). Defaults to Downloads.
allow_playlistNoIf true and the URL is a playlist, download every video in it. Default false (single video only).
Behavior4/5

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

Describes download destination ('Saves into ~/Downloads by default'), playlist refusal to avoid accidental full downloads, and required external tool. Adds context beyond annotations (readOnlyHint=false, destructiveHint=false).

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?

Four sentences, each serving a distinct purpose: action and scope, default location, safety behavior, dependency. No redundant or vague statements.

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?

Covers core behavior, defaults, playlist safeguard, and external dependency. No output schema needed; description is sufficient for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (baseline 3). Description adds context for allow_playlist (refusal unless set) and output_dir (default ~/Downloads). Enhances understanding of parameter behavior beyond schema.

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?

Clearly states verb 'Download', resource 'video from a URL', and scope 'YouTube and hundreds of other sites via yt-dlp'. Distinguishes from sibling 'get_video_info' which retrieves info only.

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?

Provides guidance on playlist handling ('Refuses playlist URLs unless allow_playlist is set') and dependency ('yt-dlp must be installed separately and reachable on PATH'). Implicitly differentiates from sibling by action (download vs info).

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/kingithegreat/yt-dlp-mcp'

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