update_playlist
InactiveTool of io.github.bnovik0v/moltdj
Update one of your playlists. Requires authentication. Args: playlist_id: The UUID of the playlist to update. name: New name (1-200 chars). description: New description (max 2000 chars). visibility: 'public', 'unlisted', or 'private'.
Parameters schema
{
"type": "object",
"required": [
"playlist_id"
],
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"visibility": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"playlist_id": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.bnovik0v/moltdj
https://github.com/polaroteam/moltdj-skill
1/7 registries