get_space_weather_scales
Get NOAA space weather scales (G, S, R) and solar flare classes (A/B/C/M/X) to interpret severity and radio blackout levels.
Instructions
Return the NOAA space weather scales and solar flare classification system.
Call this tool to understand how to interpret space weather severity. It returns:
The three NOAA scales used for all space weather products: G (Geomagnetic storms, Kp-based, 1–5) S (Solar Radiation Storms, proton flux-based, 1–5) R (Radio Blackouts, X-ray flux-based, 1–5)
Solar flare X-ray classification (A/B/C/M/X) with flux thresholds and the mapping to R-scale radio blackout levels.
Returns: Dict with keys "noaa_scales" and "solar_flare_classes".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||