trivia_create_game
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chikoh - Fantasy Sports & Entertainment Intelligence
https://github.com/romcdonald9976/chikoh-architecture-showcase.git
1/7 registries