validate_brief
Validates an agenda brief against a schema to catch missing sections and schema drift before scoring, evidence audit, or publication.
Instructions
Validate a caller-provided agenda brief against agenda-brief.schema.json. Use before running scoring, evidence audit, or publication steps to catch missing sections and schema drift. Pass the parsed brief object as brief_json. Returns validation status and schema errors only; it does not judge factual truth, retrieve sources, or improve the brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief_json | Yes | Parsed agenda brief JSON object to validate against the bundled schema. |