Skip to main content
Glama
hermoso-ai

Hermoso

Official

Create, rename or delete a YouTube playlist

manage_youtube_playlist
Destructive

Create, update, or delete YouTube playlists with safe defaults: new playlists stay private, updates merge without erasing data, and deletion requires confirmation while preserving the videos themselves.

Instructions

Create, update or delete a playlist on the connected channel. CREATE makes it PRIVATE unless you pass privacy — a public playlist appears on the channel immediately, so publishing is always a deliberate choice. UPDATE merges: an omitted title or description is LEFT ALONE rather than erased. DELETE is confirm-gated and does NOT delete the videos — what dies is the playlist, its ordering and every link or embed pointing at its URL; a playlist that is public or has videos in it additionally needs confirmTitle echoed back exactly, because confirm alone proves you meant to delete something and not that you aimed at the right playlist. To take a playlist out of public view WITHOUT destroying it use action="update" with privacy="private" — that is reversible and delete is not. 0 credits. Needs a connected YouTube channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNorequired on create; on update, omit to leave unchanged
actionYescreate | update | delete
confirmNorequired to delete
privacyNodefault private on create
playlistIdNorequired for update and delete
descriptionNoon update, omit to leave unchanged
confirmTitleNothe playlist’s EXACT title — required to delete one that is public or non-empty
Behavior5/5

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

Annotations only declare destructiveHint=true and openWorldHint=true, but the description adds critical behavioral nuances: UPDATE merges and leaves omitted fields unchanged, DELETE does not delete videos but does delete links/embeds, and confirmTitle is required for public or non-empty playlists. It also notes 0 credits and the channel requirement. These details go well beyond the annotation flags, making the tool's side effects clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, dense paragraph organized by action type. It contains no filler and every sentence adds necessary nuance, but the length might benefit from bullet points for readability. Still, it is efficient and front-loaded with the core action before diving into specifics.

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?

Given 7 params, destructive behavior, and confirm gates, the description covers default privacy, merge semantics, delete scope, confirm conditions, and the safe alternative. It also mentions the channel requirement and credit cost. Without an output schema, this is sufficient for an agent to call correctly, though it could mention what the response contains after a successful operation.

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 coverage is 100% for all 7 parameters. The description enriches these: privacy defaults to private on create, omitted title/description on update means leave unchanged, and confirmTitle must match exactly for certain deletes. These semantic clarifications are not in the schema and meaningfully improve agent decision-making.

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 explicitly states the tool creates, updates, or deletes a playlist on the connected channel, which is specific verb+resource. It is clearly distinct from sibling manage_youtube_playlist_items (items) and list_youtube_playlists (listing). The title reinforces this, so an agent can easily understand the tool's purpose.

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 offers concrete guidance on when to use update vs delete, explicitly recommending update with privacy=private as a reversible alternative to destruction. It also explains when confirmTitle is needed. However, it does not explicitly contrast with sibling tools like manage_youtube_playlist_items, though the action-level guidance is strong enough for most calls.

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/hermoso-ai/hermoso'

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