get_wsa_enlil_simulation
Retrieve WSA+Enlil simulation data for specified date ranges. Access space weather forecasts and solar wind predictions using NASA-MCP server.
Instructions
Get WSA+Enlil simulation data.
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.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| end_date | No | ||
| start_date | No | 
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_wsa_enlil_simulationArguments",
  "type": "object"
}