get_category_stats
ActiveTool of trivia
declared in 0.1.0
Get the total and per-difficulty question counts for a specific category.
Parameters schema
{
"type": "object",
"examples": [
{
"category": 9
}
],
"required": [
"category"
],
"properties": {
"category": {
"type": "number",
"description": "Category ID. Use list_categories to get available IDs."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
trivia
https://github.com/pipeworx-io/mcp-trivia
1/7 registries