credence_autoverify
Scans messages for natural-language confirmations and automatically verifies matching unverified constraints, reducing manual checks.
Instructions
Scan text for natural-language verification signals and auto-verify matching unverified constraints — zero API calls.
When a user says "actually it's 3600", "confirmed: rate limit is 100", or "I checked, the port is 5432", this tool detects those confirmation phrases and automatically marks matching constraints as verified.
Matching: a constraint is a candidate if ≥ 2 non-stopword tokens from the constraint text appear in the confirmation sentence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The user or assistant message to scan for confirmations. | |
| session_id | Yes | Session whose constraints to check against. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||