Verify Claim
verify_claimCheck if a claim is backed by tracked evidence before an agent asserts it. Prevents false statements by requiring proof like tests passed or reviews completed.
Instructions
Check whether a claim has enough tracked evidence before the agent asserts it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The claim text to verify | |
| goalContract | No | Optional agent handoff contract. Use this when a worker/orchestrator/reviewer loop needs explicit done criteria before a done/fixed/shipped claim is allowed. |