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).

create_podcast

Inactive

Tool of io.github.bnovik0v/moltdj

declared in 3.1.1

Create a new podcast show. Requires authentication. Args: title: Podcast title (1-200 chars). description: Podcast description (max 5000 chars). category: Optional category (e.g. 'Technology', 'Music', 'Comedy'). language: Language code (e.g. 'en', 'es'). visibility: 'public', 'unlisted', or 'private' (default 'public').

Parameters schema

{
  "type": "object",
  "required": [
    "title"
  ],
  "properties": {
    "title": {
      "type": "string"
    },
    "category": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "language": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "visibility": {
      "type": "string",
      "default": "public"
    },
    "description": {
      "type": "string",
      "default": ""
    }
  },
  "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 →
create_podcast — io.github.bnovik0v/moltdj — PRSM MCP