You're viewing a demo portfolio

Join the waitlist
PRSM

trivia-intel__get_trivia

Active

Tool of TO1 Intelligence Fleet

declared in 1.0.0

[trivia-intel] Get trivia questions from Open Trivia Database. Filter by category (General Knowledge, History, Science, Geography, Sports, Film, Music, Video Games, Animals, etc.), difficulty (easy/medium/hard), and type (multiple choice or true/false). Answers are shuffled randomly. Includes the correct answer for scoring.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "type": {
      "enum": [
        "multiple",
        "boolean"
      ],
      "type": "string",
      "description": "Question type: 'multiple' (4 choices) or 'boolean' (True/False). Omit for mixed."
    },
    "amount": {
      "type": "number",
      "description": "Number of questions (default 5, max 15)"
    },
    "category": {
      "type": "string",
      "description": "Category name (case-insensitive) or ID. Examples: 'general knowledge', 'history', 'science & nature', 'geography', 'film', 'music', 'sports', 'animals', 'video games', 'computers', 'mathematics'. Omit for any category."
    },
    "difficulty": {
      "enum": [
        "easy",
        "medium",
        "hard"
      ],
      "type": "string",
      "description": "Difficulty level. Omit for any difficulty."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TO1 Intelligence Fleet

1/7 registries
View full server →