Get Space Weather Conditions
noaa_spaceweather_get_conditionsCurrent space-weather snapshot: NOAA R/S/G storm scales (today + 3-day forecast), latest Kp index with its G-scale equivalent and aurora-visibility latitude, and a plain-language status summary. The quickest way to answer "is anything happening right now?" — use before deciding whether to drill into solar wind (noaa_spaceweather_get_solar_wind), aurora (noaa_spaceweather_get_aurora_forecast), or alert details (noaa_spaceweather_get_alerts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| today | No | Current observed NOAA storm scales for today. | |
| summary | No | Plain-language status summary suitable for display, e.g. "Quiet conditions" or "G2 moderate geomagnetic storm in progress." | |
| forecast | No | 3-day NOAA scale forecast (next 1–3 days). | |
| currentKp | No | Latest observed planetary K-index (0–9). | |
| observedAt | No | UTC date and time of the NOAA scales data period this snapshot reflects, e.g. "2026-06-04 15:00:00". | |
| currentGScale | No | NOAA G-scale equivalent for current Kp (0–5). | |
| auroraLatitude | No | Aurora visibility guidance for current conditions, e.g. "Aurora possible to ~55° geomagnetic latitude". |