verify_value
Verify that a claimed value is correct. Use this when a user asks "did you hallucinate that?" or when you want to double-check your cited numbers before presenting. Pass the indicator, entity, time, and your expected value. Returns whether autario's live value matches, with relative difference and provenance. If your time= matches more than one observation (e.g. a year on a monthly series) you get reason="ambiguous_query" plus the candidate observations instead of a verdict: narrow time= and ask again rather than treating any single candidate as the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | Time period (e.g. "2023" or "2023-06") | |
| entity | Yes | Entity code (e.g. DEU, USA, EUU) | |
| expected | No | The value you want to verify. Omit for existence-only check. | |
| indicator | Yes | Indicator ID |