get_space_weather
ActiveTool of NASA Data
declared in 1.0.0
Get space weather events from NASA DONKI. Includes solar flares, coronal mass ejections (CME), and geomagnetic storms.
Parameters schema
{
"type": "object",
"properties": {
"days": {
"type": "number",
"description": "Number of days to look back (1-30, default: 7)"
},
"type": {
"type": "string",
"description": "Event type: solar_flare, cme, geomagnetic_storm, or all (default: all)"
}
}
}Parent server
NASA Data
1/7 registries