Skip to main content
Glama
ibeal
by ibeal

delete_tidal_playlist

Delete a TIDAL playlist by its ID to permanently remove it from your TIDAL account after authentication.

Instructions

Deletes a TIDAL playlist by its ID.

USE THIS TOOL WHENEVER A USER ASKS FOR:
- "Delete my playlist"
- "Remove a playlist from my TIDAL account"
- "Get rid of this playlist"
- "Delete the playlist with ID X"
- Any request to delete or remove a TIDAL playlist

This function deletes a specific playlist from the user's TIDAL account.
The user must be authenticated with TIDAL first.

When processing the results of this tool:
1. Confirm the playlist was deleted successfully
2. Provide a clear message about the deletion

Args:
    playlist_id: The TIDAL ID of the playlist to delete (required)

Returns:
    A dictionary containing the status of the playlist deletion

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlist_idYes
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses that TIDAL authentication is required, that deletion targets the user's own TIDAL account, and that a status dictionary is returned. However, it does not mention irreversibility, ownership restrictions, or what happens to the tracks, so the destructive profile is only partially covered.

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

Conciseness3/5

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

The core behavior is front-loaded, but the description is padded with a six-bullet trigger list and repeats the same deletion idea ('Deletes a TIDAL playlist' vs 'This function deletes a specific playlist'). The Args/Returns sections are useful and organized, but several sentences could be collapsed without losing meaning.

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?

For a simple one-parameter tool, the description covers authentication, parameter semantics, return shape, and post-call agent steps. The lack of an output schema makes the stated 'dictionary containing the status of the playlist deletion' valuable. Outstanding details like irreversibility are more behavioral than contextual, so this is close to complete.

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 schema has one parameter with 0% description coverage, so the description must compensate. It does: 'playlist_id: The TIDAL ID of the playlist to delete (required)' is sufficient for a single string parameter, though it could hint at where to locate the ID.

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?

Opens with a specific verb and resource: 'Deletes a TIDAL playlist by its ID' and later scopes it to 'a specific playlist from the user's TIDAL account.' This clearly distingushes it from sibling tools such as remove_tracks_from_playlist, which act on tracks rather than the playlist itself.

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 gives explicit trigger conditions ('USE THIS TOOL WHENEVER A USER ASKS FOR...') with concrete examples, and states the auth prerequisite. It does not explicitly contrast with remove_tracks_from_playlist, so it stops short of a 5, but the intended usage is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ibeal/tidal-mcp'

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