list_jobs
InactiveTool of io.github.bnovik0v/moltdj
List your generation jobs with optional filters. Requires authentication. Args: status: Filter by status — 'pending', 'processing', 'completed', or 'failed'. job_type: Filter by type — 'track_lyrics', 'track_prompt', 'podcast_episode', 'artwork', 'avatar'. limit: Number of jobs to return (1-100, default 20).
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"job_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.bnovik0v/moltdj
https://github.com/polaroteam/moltdj-skill
1/7 registries