Skip to main content
Glama

Download from YouTube

mpv_download

Download YouTube audio (MP3) or full video by providing a URL or search term and selecting format.

Instructions

Download audio or video from YouTube. Specify format: "audio" for MP3, "video" for full video.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesYouTube URL or search term
formatYes"audio" saves MP3 only, "video" saves full video
Behavior3/5

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

Annotations already indicate readOnlyHint=false, so the mutation behavior is known. The description adds that it downloads (saves to disk) but doesn't elaborate on file location, naming, or overwrite behavior. With annotations covering the core safety profile, the description provides marginal extra value.

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 two sentences, front-loaded with the primary action, and each sentence carries essential information. No filler or redundant phrases.

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?

For a 2-parameter tool with no output schema, the description adequately covers purpose and format options. However, it omits details like download destination, behavior with search terms vs URLs, and return value, leaving minor gaps in completeness.

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 100% with clear descriptions for both parameters. The description's mention of formats ('audio' for MP3, 'video' for full video) largely repeats the schema, adding no new meaning beyond the baseline.

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 explicitly states 'Download audio or video from YouTube', providing a clear verb (download) and resource (YouTube). It differentiates from sibling tools (e.g., mpv_play, mpv_browse) that serve different purposes, leaving no ambiguity.

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

Usage Guidelines2/5

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

The description offers no guidance on when to use this tool over alternatives (e.g., mpv_play for streaming) or when not to use it. The only hint is the format option, but context-aware selection is not supported.

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/arijit-gogoi/mpv-mcp-server'

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