Get Solar Flares
get_solar_flaresGet recent solar flare events from NASA DONKI space-weather data. Returns each flare's class (e.g. C4.0, M1.8, X1.2), begin/peak/end times, source region, and active region number. Use for "recent solar flares", "is there solar activity / a solar storm", space-weather questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | No | NASA API key (optional, defaults to DEMO_KEY) | |
| end_date | No | End date YYYY-MM-DD (optional; default today). | |
| start_date | No | Start date YYYY-MM-DD (optional; default ~30 days ago). |