NASA-MCP

get_hight_speed_stream

Access high-speed stream (HSS) data from NASA-MCP server by specifying start and end dates in YYYY-MM-DD format to analyze space weather and astronomical phenomena.

Instructions

Get high speed stream (HSS) 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_hight_speed_streamArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnCode666/nasa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server