update_playlist_metadata
Change a TIDAL playlist's title or description directly. Provide the playlist ID along with a new title, description, or both to save the updated metadata.
Instructions
Update a TIDAL playlist's title and/or description.
USE THIS TOOL WHENEVER A USER ASKS FOR:
- "Rename my playlist to [new name]"
- "Change the playlist description"
- "Update playlist [name] with new title/description"
- Any request to modify playlist metadata
This function updates the title and/or description of a user's TIDAL playlist.
At least one of title or description must be provided.
When processing the results of this tool:
1. Confirm what was updated (title, description, or both)
2. Show the new values
3. Provide clear feedback that the changes were saved
Args:
playlist_id: The TIDAL ID of the playlist (required)
title: New title for the playlist (optional)
description: New description for the playlist (optional)
Returns:
A dictionary containing the status and updated fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| description | No | ||
| playlist_id | Yes |