Skip to main content
Glama
gibeon-io

@gibeon/mcp-server

Official
by gibeon-io

Delete playlist

delete_playlist

Permanently delete a playlist and all its items. Use when a playlist is no longer used by any player to free up the name; cascade-deletes content items and returns 204.

Instructions

Permanently delete a playlist and all its items.

When to use:

  • The playlist is no longer used by any player and you want to free up the name.

When NOT to use:

  • A player still references this playlist — unassign it first via update_player (set playlist_id: null), otherwise the player will lose its content on next publish.

  • You only want to clear items but keep the playlist — delete the items individually.

What to know:

  • Irreversible. Cascade-deletes the playlist's content_items.

  • Returns 204 on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlist_idYes
Behavior5/5

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

With no annotations provided, the description discloses critical behaviors: irreversibility, cascade deletion of content_items, and the 204 success return. It also warns about consequences for players still referencing the playlist, which is beyond the basic delete 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-structured with a clear one-sentence summary followed by bullet-point sections for usage and known behaviors. Every sentence adds value, and the formatting improves scannability.

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?

For a simple delete operation with one param and no output schema, the description covers all necessary context: what the tool does, when to use it, what side effects occur, and what response to expect. No gaps remain given the tool's complexity.

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 sole parameter playlist_id is not explicitly described, but the description's scope ('delete a playlist') makes its purpose obvious. Since schema coverage is 0%, the description could have elaborated further, but the self-explanatory nature of the single required param outweighs the lack of explicit documentation.

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 'Permanently delete a playlist and all its items,' using a specific verb and resource. It also distinguishes itself from related tools like delete_playlist_item by emphasizing the cascade deletion of content_items.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit 'When to use' and 'When NOT to use' sections provide clear guidance, including alternatives such as unassigning via update_player and deleting items individually. This fully covers when to invoke this tool versus siblings.

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/gibeon-io/mcp-server'

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