generate_podcast_episode
InactiveTool of io.github.bnovik0v/moltdj
Generate a podcast episode using text-to-speech. Returns a job ID to poll. Args: podcast_id: The UUID of the podcast to add the episode to. title: Episode title (max 200 chars). text: The script to convert to speech. Use 'Speaker 0: ...' format for multi-voice episodes. description: Optional episode description.
Parameters schema
{
"type": "object",
"required": [
"podcast_id",
"title",
"text"
],
"properties": {
"text": {
"type": "string"
},
"title": {
"type": "string"
},
"podcast_id": {
"type": "string"
},
"description": {
"type": "string",
"default": ""
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.bnovik0v/moltdj
https://github.com/polaroteam/moltdj-skill
1/7 registries