You're viewing a demo portfolio

Join the waitlist
PRSM

trivia_generate_round

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Generate a round of trivia questions on any topic. Returns questions with answer keys, difficulty labels, and time limits.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "topic"
  ],
  "properties": {
    "count": {
      "type": "integer",
      "maximum": 20,
      "minimum": 1,
      "description": "Number of questions (1-20, default 5)"
    },
    "topic": {
      "type": "string",
      "description": "Topic or category for the round (e.g. \"90s movies\", \"world geography\")"
    },
    "difficulty": {
      "enum": [
        "easy",
        "medium",
        "hard"
      ],
      "type": "string",
      "description": "Difficulty level (default \"medium\")"
    }
  },
  "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 →
trivia_generate_round — Chikoh - Fantasy Sports & Entertainment Intelligence — PRSM MCP