trivia-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_trivia_questionsA | Get random trivia quiz questions from Open Trivia Database |
| list_trivia_categoriesA | List all available trivia quiz categories |
| get_category_stats | Get question count stats for a trivia category |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one retrieves random questions, the other lists categories. No ambiguity.
Both tools follow a consistent verb_noun pattern: get_trivia_questions, list_trivia_categories.
With only 2 tools, the server feels thin. While it covers basic functionality, the small number is borderline for a trivia server.
The server lacks the ability to get questions filtered by category or difficulty, making the category list standalone and less useful. Notable missing operations.