check_answer

shallow

ca.oathready/citizenship-test · Verify this server

Look up a bank question and optionally grade an answer to it. Accepts a question id (exact) OR remembered question text (fuzzy matched against all questions and their alternate phrasings). Typical uses: grading long after a question was fetched, or a user half-remembering a question from their real test and wanting the verified answer.

100.0/100

1 trials · measured 8 days ago

check_answer scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against ca.oathready/citizenship-test, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
open
Category
Legal & government
Input schema
declared
Output schema
declared
Side-effect classification
unclassified
Declared input schema
{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "answer": {
      "type": "string",
      "description": "The user's answer to grade, if they have one"
    },
    "language": {
      "enum": [
        "en",
        "fr"
      ],
      "type": "string",
      "description": "Language the answer (and question_text, if given) is written in; grading compares against that language's text"
    },
    "question_id": {
      "type": "string",
      "description": "The question id, e.g. q-042 (exact match)"
    },
    "question_text": {
      "type": "string",
      "description": "The question as the user remembers it (fuzzy matched); used when no id is given"
    }
  }
}

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-2444.7deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
reliabilityfail: 20
malformed_inputpass: 1
timeout_honourpass: 2
cancellationskipped: 2
determinismfail: 4
concurrencyfail: 20

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: check_answer
[![Vouch score](https://vouch.tools/api/tools/7292a70c-6df8-4b11-a1df-c8851fe83c5b/badge.svg)](https://vouch.tools/tools/7292a70c-6df8-4b11-a1df-c8851fe83c5b)
check_answer — Vouch