Check a claimed import-alert fact against the register
verify_quoteIs this right? Check a claim about a red-list entry — the alert number a firm is on, its country, the date it was published, FDA's stated reason — against the register instead of trusting it. Says whether the claim matches a stored value, appears only in the verbatim FDA quote, or differs (and then what FDA's page says instead).
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. | |
| record_id | Yes | The listing's record id, from resolve_firm or list_alert_firms. | |
| 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 |