You're viewing a demo portfolio

Join the waitlist
PRSM

trivia_create_game

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Create a new trivia game session with a unique room code. Returns the game ID and room code for players to join. Requires authentication so the game is owned by a real host.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "config": {
      "type": "object",
      "properties": {
        "rounds": {
          "type": "integer"
        },
        "difficulty": {
          "enum": [
            "easy",
            "medium",
            "hard",
            "mixed"
          ],
          "type": "string"
        },
        "max_players": {
          "type": "integer"
        },
        "content_rating": {
          "enum": [
            "pg",
            "pg13",
            "r"
          ],
          "type": "string"
        }
      },
      "description": "Optional game configuration",
      "additionalProperties": false
    },
    "host_name": {
      "type": "string",
      "description": "Display name for the game host"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Chikoh - Fantasy Sports & Entertainment Intelligence

https://github.com/romcdonald9976/chikoh-architecture-showcase.git

1/7 registries
View full server →