Open Trivia
fun__open-triviaRetrieve trivia questions from the Open Trivia Database with category and difficulty filters for quiz creation or entertainment.
Instructions
[Games, Media & Reference Agent] Get trivia questions from the Open Trivia Database. Filter by category and difficulty. Returns questions with correct and incorrect answers. Source: Open Trivia Database (CC BY-SA 4.0), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Maximum results to return (1–50) | |
| category | No | Category ID (9=General, 18=Computers, 21=Sports, 23=History, etc.) | |
| difficulty | No | Question difficulty |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |