Check a claimed fact about a rule against the register
verify_quoteIs this right? Check a claim about a final rule — its effective date, its agency, the CFR parts it amends — against the Federal Register record instead of trusting it. Says whether the claim matches a stored value, appears only in the verbatim quote, or differs (and then what the record says instead). Effective dates are exactly where a confident wrong answer costs money.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | No | Which field the claim is about, if you know it. Without it, every stored field of the record is checked. | |
| claimed_value | Yes | The value to check, exactly as claimed, e.g. "Terminated" or "2026-10-29". | |
| document_number | Yes | Federal Register document number of the rule the claim is about, e.g. "2026-13685". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | ||
| record | No | ||
| verdict | Yes | matches_record: the claim equals a stored value (match.match_type says how exactly). matches_quote: it appears in the verbatim source quote but is not a stored value. differs: the record was found and says something else — stored_values shows what. not_found: the record was not located, which says nothing about whether the claim is true. | |
| attestation | Yes | ||
| quote_source | No | ||
| claimed_value | Yes | ||
| stored_values | No | ||
| in_source_quote | No |