Fireball Events
jpl.events.fireballsRetrieve reported fireball events with energy, velocity, altitude, and geographic coordinates from NASA JPL CNEOS data.
Instructions
Get reported fireball (bolide) events — atmospheric entry energy, velocity, altitude, geographic coordinates (NASA JPL CNEOS)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_min | No | Minimum event date in YYYY-MM-DD format | |
| date_max | No | Maximum event date in YYYY-MM-DD format | |
| energy_min | No | Minimum radiated energy in Joules (e.g. 1e10) | |
| sort | No | Sort field (default: date descending) | |
| limit | No | Maximum number of results (default 20, max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |