find_discrepancies
Identify seismic events where agency reports show significant discrepancies in magnitude or location, using tunable thresholds to surface uncertain global data for review.
Instructions
Return events where agency reports disagree past the given thresholds.
Same query params as find_events, plus tunable spread thresholds. By
default keeps only events reported by 2+ agencies, since a lone report
cannot disagree with itself. Useful for journalism, QA of preliminary
feeds, or surfacing where the global picture is genuinely uncertain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| agencies | No | ||
| end_time | No | ||
| radius_km | No | ||
| center_lat | No | ||
| center_lon | No | ||
| start_time | No | ||
| max_latitude | No | ||
| min_latitude | No | ||
| max_longitude | No | ||
| max_magnitude | No | ||
| min_longitude | No | ||
| min_magnitude | No | ||
| min_magnitude_spread | No | ||
| require_multi_agency | No | ||
| min_location_spread_km | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |