Skip to main content
Glama
tuitamogamer-gpt

youtube-mcp-server

Update Playlist

youtube_update_playlist

Update a YouTube playlist's title, description, or privacy status while preserving any fields you don't specify.

Instructions

Update metadata of an existing playlist. Fetches the current playlist first and merges only the provided fields, so omitted fields are preserved. snippet.title is always required by the API — the existing title is kept when not supplied.

Args

  • playlistId (string, required): Playlist ID to update.

  • title (string, optional): New title. If omitted, existing title is preserved.

  • description (string, optional): New description.

  • privacyStatus ("public" | "private" | "unlisted", optional): New visibility.

Returns Confirmation Markdown + structured updated playlist resource.

Examples

  • youtube_update_playlist({ playlistId: "PL...", title: "Best of 2024" })

  • youtube_update_playlist({ playlistId: "PL...", privacyStatus: "public" })

Errors

  • 404 → playlist not found.

  • 403 → not your playlist or scope missing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlistIdYesPlaylist ID to update.
titleNoNew playlist title. Preserves existing if omitted.
descriptionNoNew playlist description. Preserves existing if omitted.
privacyStatusNoNew privacy status. Preserves existing if omitted.
Behavior4/5

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

The description adds the important merge behavior (fetch current, merge fields) beyond annotations. Annotations already indicate it's not read-only, not destructive, not idempotent. The description provides additional context on error codes and preservation of omitted fields.

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 well-structured with clear sections (Args, Returns, Examples, Errors). It is concise, with no unnecessary words, and front-loads the main action.

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?

Given the tool's complexity, the description covers behavior, parameters, examples, errors, and return format. No output schema exists, but the return description is sufficient.

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?

The input schema has 100% coverage, and the description adds value by explaining the preservation behavior for each optional parameter (e.g., 'Preserves existing if omitted'). This goes beyond the schema's descriptions.

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 'Update metadata of an existing playlist'. It uses specific verb+resource (update metadata) and distinguishes from sibling tools like create_playlist and delete_playlist.

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 explains the merge behavior and error conditions, and provides examples. However, it does not explicitly guide when to use this tool versus alternatives like youtube_update_playlist_item, but the context is clear for metadata updates.

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/tuitamogamer-gpt/youtube-mcp-server'

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