get_questions
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
trivia
https://github.com/pipeworx-io/mcp-trivia
1/7 registries