Skip to main content
Glama
Sankar2316

trivia-mcp-server

by Sankar2316

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves random questions, the other lists categories. No ambiguity.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: get_trivia_questions, list_trivia_categories.

Tool Count3/5

With only 2 tools, the server feels thin. While it covers basic functionality, the small number is borderline for a trivia server.

Completeness3/5

The server lacks the ability to get questions filtered by category or difficulty, making the category list standalone and less useful. Notable missing operations.

Maintenance

ActivityStale
ResponsivenessNo issues