Skip to main content
Glama
tuitamogamer-gpt

youtube-mcp-server

Remove Playlist Item

youtube_remove_playlist_item
Destructive

Remove a video from a YouTube playlist by providing its playlist item ID. Confirmation required to execute the irreversible deletion.

Instructions

Remove a video from a playlist (deletes the playlist item). This is irreversible. Use youtube_list_playlist_items to find the playlistItemId.

Args

  • playlistItemId (string, required): The playlist item ID to remove.

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

Returns Confirmation text on success.

Examples

  • youtube_remove_playlist_item({ playlistItemId: "...", confirm: true })

Errors

  • 404 → item not found.

  • 403 → not your playlist.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlistItemIdYesPlaylist item ID to remove from its playlist.
confirmNoMust be true to confirm the irreversible removal.
Behavior5/5

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

Annotations declare destructiveHint=true and readOnlyHint=false; the description confirms irreversibility and details the confirm parameter requirement. No contradictions, and it adds clarity on the destructive action.

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-organized with sections for Args, Returns, Examples, and Errors. Every sentence adds value, and it is concise without redundancy.

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?

The tool is simple with two parameters. The description covers purpose, parameter details, return value, error cases, and provides an example. It is complete for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%. The description adds meaning by stating the confirm parameter must be true to execute, and explains the error behavior if omitted. It also notes the irreversible nature of the action.

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 'Remove a video from a playlist (deletes the playlist item).' It uses a specific verb and resource, distinguishing it from sibling tools like youtube_delete_playlist or youtube_update_playlist_item.

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?

It advises using youtube_list_playlist_items to find the playlistItemId and provides error scenarios. It lacks explicit when-not-to-use but gives sufficient context for correct invocation.

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