You're viewing a demo portfolio

Join the waitlist
PRSM

trivia_grade_answer

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →