Verify Claim
verify_claimCheck whether a claim has enough tracked evidence. For factual claims like row counts, file sizes, or versions, recheck against configured verifiers before the agent asserts them.
Instructions
Check whether a claim has enough tracked evidence and, for parseable factual claims (row counts, file lines/bytes/existence, versions), recheck configured SQLite/filesystem/JSON verifiers before the agent asserts it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The claim text to verify (e.g. "the row count is 1,284" or "all tests pass") | |
| 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. |