You're viewing a demo portfolio

Join the waitlist
PRSM

get_questions

Active

Tool of trivia

declared in 0.1.0

Get trivia questions from the Open Trivia Database. Optionally filter by category, difficulty, and question type.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "amount": 10
    },
    {
      "type": "multiple",
      "amount": 5,
      "category": 9,
      "difficulty": "hard"
    }
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "Question type. One of: multiple (multiple choice), boolean (true/false)."
    },
    "amount": {
      "type": "number",
      "description": "Number of questions to return. Defaults to 10. Max 50."
    },
    "category": {
      "type": "number",
      "description": "Category ID to filter by. Use list_categories to get available IDs."
    },
    "difficulty": {
      "type": "string",
      "description": "Difficulty level. One of: easy, medium, hard."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

trivia

https://github.com/pipeworx-io/mcp-trivia

1/7 registries
View full server →
get_questions — trivia — PRSM MCP