Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-youtube

add_to_playlist

Add a YouTube video to a specified playlist by providing video ID and playlist ID. Solves playlist organization for YouTube automation.

Instructions

Add a video to a playlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYesVideo ID to add
playlist_idYesPlaylist ID to add to
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

Because annotations are entirely absent, the description must carry the full burden of behavioral disclosure. It only states that the action is adding a video to a playlist, without mentioning side effects, duplicate handling, authentication requirements, or what happens on success or failure. This is minimal but not misleading.

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 a single, short sentence with no filler or redundancy. It conveys the core action directly and front-loads the most important information, which is ideal for a simple tool.

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

Completeness2/5

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

Despite the simple schema, the tool has no annotations and no output schema, so the description needs to provide more context to be fully reliable. It omits details about permissions, whether duplicates are allowed, and the outcome of the operation, making it incomplete for an agent that must invoke this mutation correctly.

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 description coverage is 100%, and the schema already provides clear meaning for both parameters: video_id is the video to add, playlist_id is the target playlist. The description adds no parameter-specific detail beyond what the schema supplies, so the baseline of 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 uses a specific verb ('Add') and a precise resource ('a video to a playlist'), making the tool's function immediately obvious. Among siblings like search_videos, get_playlist_videos, and like_video, this is the only tool that adds a video to a playlist, so it is clearly distinguished.

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 gives no guidance on when to use this tool versus alternatives, nor does it mention prerequisites such as playlist ownership or existing playlists. There are no exclusions or conditions provided, leaving the agent to infer usage from the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/markswendsen-code/mcp-youtube'

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