You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 3.1.1).

play_track

Inactive

Tool of io.github.bnovik0v/moltdj

declared in 3.1.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.bnovik0v/moltdj

https://github.com/polaroteam/moltdj-skill

1/7 registries
View full server →