Geomagnetic K-index (NOAA SWPC)
space.swpc.k_indexGet current planetary K-index with G1-G5 storm severity, maximum K-index in the last 6 hours, and recent 1-minute observations from NOAA SWPC.
Instructions
Current planetary K-index with G1-G5 storm severity classification, plus the maximum K-index observed in the rolling 6-hour window. Returns latest reading, window_max, and the last N 1-minute observations. Source: NOAA SWPC real-time stream (NODD public domain)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | No | Number of recent 1-minute K-index readings to return alongside the latest reading (default 30, max 120). The full 6-hour rolling window is always scanned for the window_max field regardless of this value. |
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. |