NASA-MCP

MIT License
  • Apple
  • Linux

get_notifications

Retrieve DONKI notifications from NASA APIs for space weather events. Specify date range and notification type (e.g., FLR, CME) to access targeted alerts.

Instructions

Get DONKI notifications.

Args: start_date: Start date in YYYY-MM-DD format. Defaults to 7 days before current date. end_date: End date in YYYY-MM-DD format. Defaults to current date. notification_type: Notification type. Options: all, FLR, SEP, CME, IPS, MPC, GST, RBE, report.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
notification_typeNoall
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "default": null, "title": "End Date", "type": "string" }, "notification_type": { "default": "all", "title": "Notification Type", "type": "string" }, "start_date": { "default": null, "title": "Start Date", "type": "string" } }, "title": "get_notificationsArguments", "type": "object" }
ID: rrycjdkdg8