Solar Wind — Real-time (NOAA SWPC RTSW)
space.swpc.solar_windRetrieve real-time solar wind speed, proton density, and temperature from NOAA SWPC space weather monitors. Returns the latest reading plus up to 60 recent 1-minute observations for analysis.
Instructions
Real-time solar wind speed (km/s), proton density (per cm³), and temperature (K) from the ACE/DSCOVR L1 monitors. Returns the latest reading plus the last N 1-minute observations. Source: NOAA SWPC RTSW (NODD public domain)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | No | Number of recent 1-minute solar-wind readings to return alongside the latest reading (default 20, max 60). Each reading includes proton speed (km/s), density (per cm³), temperature (K), and quality score. |
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. |