NASA-MCP

by AnCode666
MIT License
  • Apple
  • Linux

get_coronal_mass_ejection

Retrieve coronal mass ejection (CME) data within specified date ranges using NASA-MCP. Analyze and monitor CME events to support space weather research and forecasting.

Instructions

Get coronal mass ejection (CME) 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_coronal_mass_ejectionArguments", "type": "object" }
ID: rrycjdkdg8