trivia_grade_answer
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Grade a trivia answer using a 6-step fuzzy matching pipeline (exact, diacritics, variants, partial, spelling, LLM fallback). Returns correct/incorrect plus the matching method.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"submitted",
"answer_key",
"question_text"
],
"properties": {
"submitted": {
"type": "string",
"description": "The answer submitted by the player"
},
"answer_key": {
"type": "string",
"description": "The correct answer"
},
"question_text": {
"type": "string",
"description": "The original question text (used for LLM fallback grading)"
},
"answer_variants": {
"type": "array",
"items": {
"type": "string"
},
"description": "Acceptable alternative answers"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Chikoh - Fantasy Sports & Entertainment Intelligence
https://github.com/romcdonald9976/chikoh-architecture-showcase.git
1/7 registries