Skip to main content
Glama
tuitamogamer-gpt

youtube-mcp-server

Delete Playlist

youtube_delete_playlist
Destructive

Permanently delete a YouTube playlist. Action requires explicit confirmation to avoid unintended deletions.

Instructions

Permanently delete a playlist. This is irreversible.

Args

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

  • confirm (boolean, default false): Must be true to execute the deletion.

Returns Confirmation text on success.

Examples

  • youtube_delete_playlist({ playlistId: "PL...", confirm: true })

Errors

  • 404 → playlist not found.

  • 403 → not your playlist or scope missing.

  • Not passing confirm: true → refused with instructions to re-call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlistIdYesPlaylist ID to delete permanently.
confirmNoMust be true to confirm the irreversible deletion.
Behavior4/5

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

Annotations already indicate destructiveHint=true. Description adds detail: it's irreversible, requires explicit confirmation, and lists potential errors (404, 403). This goes beyond annotations without contradicting them.

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?

Description is well-structured with separate sections for Args, Returns, Examples, and Errors. It is concise yet comprehensive, with key information front-loaded.

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 simplicity and lack of output schema, the description covers all necessary aspects: what it does, how to use it (with confirm), error handling, and return value. No gaps.

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 covers both parameters fully. Description adds practical context: the confirm parameter must be true to execute, else the tool will refuse. This adds value beyond the schema definitions.

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?

Description clearly states 'Permanently delete a playlist. This is irreversible.' The verb (delete) and resource (playlist) are explicit, and the scope is well-defined, distinguishing it from sibling tools like youtube_delete_video or youtube_update_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?

Description provides clear context: it's for permanent deletion and requires confirm=true. It also lists error conditions. However, it does not explicitly compare with alternatives or state when not to use it, leaving room for improvement.

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