Verify Claim
verify_claimCheck a claim for sufficient tracked evidence before the agent asserts it, preventing unsupported claims from causing errors.
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. |