Skip to main content
Glama

Play from YouTube

mpv_youtube

Play YouTube videos in mpv by providing a search query or a direct URL. Optionally queue multiple results or append to the current playlist.

Instructions

Search YouTube and stream the result through mpv. Accepts a search query or a direct YouTube URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesYouTube search term or URL
resultsNoNumber of search results to queue (default 1, max 10)
modeNo"replace" clears playlist (default), "append" adds to current playlistreplace
Behavior4/5

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

Beyond annotations (openWorldHint, non-read-only), the description reveals the tool streams media, implying side effects and external dependencies. This contextualizes the annotation values.

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?

Two sentences with no superfluous words. Front-loaded with the core action, then clarifying input types. Efficiently scoped.

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?

For a 3-param tool with full schema and annotations, the description adequately covers core behavior. Missing a note on how multiple results are handled (queuing) is covered by schema, so acceptable.

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% and already explains each parameter thoroughly. The description echoes the query parameter's dual role (URL vs search term) but adds no new semantic value.

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 the tool searches YouTube and streams via mpv, distinguishing it from siblings like mpv_add or mpv_download. The verb-resource pair (search+stream YouTube) is specific and unambiguous.

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?

No explicit guidance on when to use this versus alternative tools (e.g., mpv_add for local files). The purpose is clear, but an agent might benefit from hints about prerequisites (network) or fallback tools.

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