assess_result
Retrieve the assessment scaffold for one domain, including reachable signalling questions, accepted answers, evidence requirements, and cue search hits. Use it to answer only the questions the algorithm actually reaches.
Instructions
Return the assessment scaffold for ONE domain: the questions actually in play, their own-words intent, the response vocabulary each accepts, what evidence each answer must carry, and the cue searches already run against this bundle with their hits.
THE SCAFFOLD IS PER DOMAIN BY DESIGN. Most signalling questions are unreachable on any given path — 24 of 41 were never reached on the reference assessment — and which of domain 1's two question sets exists at all is decided by C4. There is no flat 41-question rubric to fetch, and asking for one would mean answering questions the algorithm discards.
domain=0 (default) returns the overview: the preliminaries, what is settled, which domains are done, and which are outstanding. domain=1..6 returns that domain's scaffold. Domain 1 is refused until P1 is set.
Work a domain at a time: read the cues to find where the evidence is, answer only the questions the algorithm reaches, then submit_answers. You do not state a judgement — the server computes it from your answers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | ||
| result_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cues | No | ||
| domain | No | ||
| variant | No | ||
| citation | No | ||
| algorithm | No | ||
| low_label | No | ||
| questions | No | ||
| result_id | No | ||
| structure | No | ||
| applies_if | No | ||
| depends_on | No | ||
| text_sha256 | No | ||
| domain_label | No | ||
| instructions | No | ||
| spec_version | No | ||
| answer_schema | No | ||
| max_judgement | No | ||
| preliminaries | No | ||
| variant_label | No | ||
| evidence_modes | No | ||
| low_label_note | No | ||
| assessment_unit | No | ||
| confounding_note | No | ||
| domains_complete | No | ||
| supplement_status | No | ||
| max_judgement_note | No | ||
| domains_outstanding | No | ||
| assessment_unit_note | No | ||
| prespecified_confounders | No |