Skip to main content
Glama
BACH-AI-Tools

Trivia By Api Ninjas MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoNot applicable (不适用)
PORTNoNot applicable (不适用)
API_KEYYesAPI 密钥 (API Key for Trivia By Api Ninjas)

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
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
v1triviaC

API Ninjas Trivia API endpoint

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool 'v1trivia' stands alone with a clear, singular purpose.

Naming Consistency5/5

A single tool inherently has perfect naming consistency, as there are no other tools to compare it against. The name 'v1trivia' is straightforward and follows a simple pattern.

Tool Count2/5

One tool is too few for most practical server purposes, as it severely limits functionality and flexibility. For a trivia API, this likely means only basic querying is supported without advanced features like filtering or categories.

Completeness2/5

The server appears to cover only a single endpoint for trivia, which is a significant gap for a trivia domain. Missing operations might include filtering by category, difficulty, or type, making the surface incomplete for varied trivia needs.

Maintenance

ActivityInactive
ResponsivenessNo issues