Skip to main content
Glama
raydollete

TIDAL Music MCP

by raydollete

delete_tidal_playlist

Delete a TIDAL playlist from your account by providing its playlist ID.

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
Behavior3/5

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

With no annotations, the description carries the burden of behavioral transparency. It correctly indicates this is a destructive action ('Deletes a TIDAL playlist') and mentions authentication. However, it omits details on error handling (e.g., what happens if the playlist doesn't exist) and any irreversibility beyond deletion. The processing steps are a nice touch but not comprehensive.

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 description is longer than necessary, with a list of example user requests that could be condensed. The 'When processing the results' section adds some structure but feels redundant. Overall, it is moderately concise but could be tightened without losing clarity.

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 the tool's simplicity (1 required parameter, no output schema), the description covers the core aspects: what the tool does, when to use it, authentication, and post-processing steps. It is sufficiently complete for a delete operation, though it could mention that the playlist must belong to the authenticated user.

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 coverage is 0% (only a title for playlist_id), so the description's explanation of the parameter ('The TIDAL ID of the playlist to delete (required)') adds essential meaning beyond the schema. This compensates for the lack of schema descriptions, making the parameter clear.

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 'Deletes a TIDAL playlist by its ID' and provides specific examples of user requests, making the purpose unambiguous. It distinctively focuses on deletion, differentiating it from sibling tools like create_tidal_playlist or add_tracks_to_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?

The description includes explicit usage instructions ('USE THIS TOOL WHENEVER...') and lists common user requests, which is helpful. It also notes the authentication requirement. However, it lacks guidance on when not to use it (e.g., if the playlist is not owned by the user) or alternatives for related tasks like removing tracks.

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

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