Nasa

Learn how to use Nasa with Composio

Overview

SLUG

NASA

Description

NASA offers a suite of APIs providing access to a wide range of data, including Earth science, planetary imagery, and technology transfer information.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: NASA_GET_CMR_COLLECTIONS

Tool to retrieve collections from the common metadata repository (cmr). use when you need to search nasa science data collections by spatial, temporal, or metadata filters. call after confirming search criteria.

Action Parameters

bounding_box
string
circle
string
concept_id
string
instrument
string
keyword
string
page_num
integerDefaults to 1
page_size
integerDefaults to 10
platform
string
polygon
string
provider
string
short_name
string
temporal
string
version
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_CMR_GRANULES

Tool to retrieve granules from the common metadata repository (cmr). use when you need granule metadata filtered by collection ids, spatial, or temporal criteria. call after confirming your filters.

Action Parameters

bounding_box
string
concept_id
string
page_num
integer
page_size
integer
provider
string
short_name
string
time_end
string
time_start
string
version
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_EONET_CATEGORIES

Tool to retrieve a list of all event categories from eonet. use when you need current category ids, titles, descriptions, and info links.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_EONET_EVENTS_ATOM

Tool to retrieve a list of natural events in atom format. use when you need a machine-readable xml feed of recent natural events from eonet.

Action Parameters

bbox
string
category
string
days
integer
end
string
limit
integer
magMax
number
magMin
number
mag_id
string
source
string
start
string
status
stringDefaults to open

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_EONET_EVENTS_RSS

Tool to retrieve a list of natural events in rss format. use when you need the latest eonet events as an rss feed.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_EONET_LAYERS

Tool to retrieve available data layers for event visualization. use after confirming category id if filtering.

Action Parameters

category
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_EONET_MAGNITUDES

Tool to retrieve a list of available event magnitudes and their descriptions. use after determining you need valid magnitude filters before querying events data.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_EONET_SOURCES

Tool to retrieve a list of event sources. use when you need to enumerate available sources before querying events.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_EONET_SOURCE_BY_ID

Tool to retrieve details for a specific eonet event source by id. use when you need to fetch source metadata (id, title, homepage) before querying events.

Action Parameters

source_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_GET_MARS_ROVER_PHOTOS

Tool to fetch photos taken by a specified mars rover on a given martian sol. use after selecting rover and sol.

Action Parameters

api_key
string
camera
string
page
integer
rover_name
stringRequired
sol
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_SEARCH_NEAR_EARTH_OBJECTS

Tool to search near-earth objects by closest approach date range. use when identifying asteroids in a date window (max 7 days).

Action Parameters

end_date
string
start_date
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASA_SEARCH_SVS_VISUALIZATIONS

Tool to search for visualizations in the scientific visualization studio (svs). use when you need to query svs visualizations by keywords or mission filters.

Action Parameters

limit
integerDefaults to 100
missions
array
offset
integer
search
string

Action Response

data
objectRequired
error
string
successful
booleanRequired