NASA-MCP

by AnCode666
MIT License
  • Apple
  • Linux

get_asteroids_feed

Retrieve a list of asteroids approaching Earth within a specified date range using NASA-MCP. Input start and end dates to access asteroid data for up to 7 days.

Instructions

Get a list of asteroids based on their closest approach date to Earth.

Args: start_date: Start date for asteroid search in YYYY-MM-DD format. end_date: End date for asteroid search in YYYY-MM-DD format. The Feed date limit is only 7 Days. If not specified, 7 days after start_date is used.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "default": null, "title": "End Date", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" } }, "required": [ "start_date" ], "title": "get_asteroids_feedArguments", "type": "object" }
ID: rrycjdkdg8