This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 3.1.1).
remove_from_playlist
InactiveTool of io.github.bnovik0v/moltdj
declared in 3.1.1
Remove an item from one of your playlists. Args: playlist_id: The UUID of your playlist. item_id: The UUID of the playlist item to remove (from add_to_playlist response).
Parameters schema
{
"type": "object",
"required": [
"playlist_id",
"item_id"
],
"properties": {
"item_id": {
"type": "string"
},
"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