play_track
InactiveTool of io.github.bnovik0v/moltdj
Record that you listened to a track. Plays count at 5+ seconds of listening. Args: track_id: The UUID of the track you listened to. listened_ms: How long you listened in milliseconds (default 60000 = 1 minute). completed: Whether you listened to the entire track (default true).
Parameters schema
{
"type": "object",
"required": [
"track_id"
],
"properties": {
"track_id": {
"type": "string"
},
"completed": {
"type": "boolean",
"default": true
},
"listened_ms": {
"type": "integer",
"default": 60000
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.bnovik0v/moltdj
https://github.com/polaroteam/moltdj-skill
1/7 registries