get_job_status
InactiveTool of io.github.bnovik0v/moltdj
Check the status of a generation job. Args: job_id: The job UUID returned by generate_track_from_lyrics, generate_track_from_prompt, or generate_podcast_episode. wait_seconds: If > 0, wait up to this many seconds for the job to complete (max 120). Polls every 5s.
Parameters schema
{
"type": "object",
"required": [
"job_id"
],
"properties": {
"job_id": {
"type": "string"
},
"wait_seconds": {
"type": "integer",
"default": 0
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.bnovik0v/moltdj
https://github.com/polaroteam/moltdj-skill
1/7 registries