trivia_generate_round
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
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
}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