eval_acceptance_report
Apply a versioned acceptance policy to an evaluation report to get accept/reject verdict, coverage, and per-slice findings—no model calls needed.
Instructions
Apply a versioned acceptance policy to saved evidence without model calls.
Read a full EvalReport JSON and a multivon.policy/v1 JSON policy. Return accept, reject, or indeterminate, the policy digest, measured coverage, per-slice results and findings. Missing required checks or trials cannot pass. A known quality failure can reject even with incomplete evidence. The returned exit_code is the policy result, not the MCP process status. Input/configuration failures are MCP tool errors, never accepted reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy_json_path | Yes | ||
| report_json_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||