nasa-intel__get_near_earth_objects
ActiveTool of TO1 Intelligence Fleet
[nasa-intel] Fetches near-Earth asteroids and their close-approach data (size, velocity, miss distance, hazard status) for a date range from NASA's NEO Feed API. NASA limits ranges to a maximum of 7 days. Uses the public DEMO_KEY by default, rate-limited to 30 requests/hour/IP; set NASA_API_KEY for a higher limit.
Parameters schema
{
"type": "object",
"required": [
"start_date",
"end_date"
],
"properties": {
"end_date": {
"type": "string",
"description": "End date in YYYY-MM-DD format. Must be within 7 days of start_date."
},
"start_date": {
"type": "string",
"description": "Start date in YYYY-MM-DD format."
}
},
"additionalProperties": false
}Parent server
TO1 Intelligence Fleet
1/7 registries