Donki Notifications
donki_notifications"What is the current space weather forecast?" — the alerts, watches, warnings and weekly summary reports NASA DONKI issues to spacecraft operators. This is the narrative layer over the event catalogues: a human forecaster's text saying what happened, what is expected and what the impact is. Filter by message type (alert, watch, warning, summary) or by event class (CME, flare, geomagnetic storm, SEP, radiation belt enhancement).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Message class: "all" (default), "FLR" (flare), "SEP", "CME", "IPS" (interplanetary shock), "MPC" (magnetopause crossing), "GST" (geomagnetic storm), "RBE" (radiation belt enhancement), "report" (weekly summary). | |
| limit | No | Max messages to return (default 20, max 100). | |
| _apiKey | No | NASA API key (optional, defaults to DEMO_KEY) | |
| end_date | No | End date YYYY-MM-DD (optional; defaults to today). | |
| start_date | No | Start date YYYY-MM-DD (optional; DONKI defaults to ~30 days ago). | |
| include_body | No | Include the full message text (default true). Set false for a compact index — these bodies are long. | |
| message_type | No | Filter the returned rows by the DONKI messageType field: "Alert", "Watch", "Warning" or "Report". Applied after fetching. |