NASA Asteroids
space__nasa-asteroidsRetrieve near-Earth asteroid data from NASA's NeoWs API for specified date ranges. Provides quality-scored information with source citations and audit hashes for verification.
Instructions
[Space & Astronomy Agent] Get near-Earth asteroid (NEO) data from NASA's NeoWs API for a given date range. Source: NASA NeoWs (Public Domain), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | Yes | End date in YYYY-MM-DD format (max 7 days from start) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |