calibration_report
Compare a calibration dataset against Tactual analysis JSON to produce structured scoring signals for evaluating screen-reader navigation accuracy.
Instructions
Run a calibration dataset against saved full Tactual analysis JSON and return structured scoring signals. Use this after analyze_url --full-json/format=json artifacts or VM/manual screen-reader observations have been collected. Read-only; file inputs must be inside the current working directory. Returns JSON by default so agents can inspect scoringSignals, announcement drift, and per-target calibration errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasetPath | Yes | Path to calibration dataset JSON, within the current working directory | |
| analysisPaths | No | Full analysis JSON files produced by analyze_url/analyze-url | |
| analysisDir | No | Directory of full analysis JSON files, within the current working directory | |
| allowMissing | No | Allow observations whose URLs have no matching analysis JSON | |
| format | No | Output format. JSON is best for agent workflows; markdown is for human review. | json |