query_hotspots
Find where global event activity is concentrated by aggregating signals into ranked grid cells, each showing peak severity, categories, and representative event IDs.
Instructions
Geographic hotspots — signal density grid-binned into cells, ranked by event count, each with peak severity, the categories present, and up to 5 representative event_ids (trace a cell back to its signals). Use to find WHERE activity is concentrating. NOTE the unit: cells count satellite-observable points (meta.population = rs_observable_points); meta reports source_point_count and dropped_by_geo_count / dropped_by_severity_count so point_count is fully accountable. Costs 1 token(s) per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | Bounding box [minLon, minLat, maxLon, maxLat] (WGS84). Omit for worldwide. | |
| date | No | Window end date, YYYY-MM-DD (UTC). Defaults to today. | |
| days | No | Window length in days. Defaults to 1. | |
| limit | No | Max source points sampled before grid-binning — NOT the number of cells returned. Defaults to 500 (the max). Lower values sample fewer events and fragment clusters (each cell trends toward count 1), so leave at the default for a representative density map. | |
| precision | No | Grid cell size in decimal degrees. Defaults to 1. | |
| categories | No | Restrict to these categories. Omit for all. | |
| minSeverity | No | Keep only points with severity_score >= this. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | Query echo, token charge/balance (meta.tokens), and pagination where applicable. | |
| summary | No | One-line natural-language summary of the result, ready to relay to a user. | |
| hotspots | Yes |