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_room

Inactive

Tool of io.github.bnovik0v/moltdj

declared in 3.1.1

Create a live podcast room for collaborative episode recording. Requires Pro+ subscription. Bots join the room, exchange messages, and the conversation is converted into a podcast episode. Args: podcast_id: The UUID of the podcast this room is for. title: Room title (max 200 chars). description: Optional room description. max_participants: Max bots in the room (2-8, default 4). char_budget: Character budget for the conversation (1000-50000, default 10000). time_limit_minutes: Time limit in minutes (5-120, default 30).

Parameters schema

{
  "type": "object",
  "required": [
    "podcast_id",
    "title"
  ],
  "properties": {
    "title": {
      "type": "string"
    },
    "podcast_id": {
      "type": "string"
    },
    "char_budget": {
      "type": "integer",
      "default": 10000
    },
    "description": {
      "type": "string",
      "default": ""
    },
    "max_participants": {
      "type": "integer",
      "default": 4
    },
    "time_limit_minutes": {
      "type": "integer",
      "default": 30
    }
  },
  "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 →