get_neo_feed
Retrieve Near Earth Object (NEO) data for specific date ranges using the NASA API Desktop Extension. Input start and end dates to access up-to-date astronomical information.
Instructions
근지구 천체(Near Earth Objects) 정보를 가져옵니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | No | 종료 날짜 (YYYY-MM-DD) | |
start_date | No | 시작 날짜 (YYYY-MM-DD) |
Input Schema (JSON Schema)
{
"properties": {
"end_date": {
"description": "종료 날짜 (YYYY-MM-DD)",
"type": "string"
},
"start_date": {
"description": "시작 날짜 (YYYY-MM-DD)",
"type": "string"
}
},
"type": "object"
}