Check a claimed registrar fact against the register
verify_quoteIs this right? Check a claim about a registrar — its accreditation status, its name, an enforcement date — against the register instead of trusting it. Says whether the claim matches a stored value, appears only in the verbatim source quote, or differs (and then what the register says instead), and returns the source page and quote so the claim can be traced upstream.
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. | |
| iana_id | Yes | The IANA registrar ID of the registrar the claim is about. | |
| claimed_value | Yes | The value to check, exactly as claimed, e.g. "Terminated" or "2026-10-29". |
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 |