NASA-MCP

MIT License
  • Apple
  • Linux

get_geomagnetic_storm

Retrieve geomagnetic storm (GST) data for specified date ranges. Access recorded storm activity to analyze space weather impacts, aiding in research and forecasting. Supports start and end date inputs for customized queries.

Instructions

Get geomagnetic storm (GST) data.

Args: start_date: Start date in YYYY-MM-DD format. Defaults to 30 days before current date. end_date: End date in YYYY-MM-DD format. Defaults to current date.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "default": null, "title": "End Date", "type": "string" }, "start_date": { "default": null, "title": "Start Date", "type": "string" } }, "title": "get_geomagnetic_stormArguments", "type": "object" }
ID: rrycjdkdg8