NASA API Desktop Extension
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_apodB | NASA의 오늘의 천체 사진(Astronomy Picture of the Day)을 가져옵니다 |
| get_mars_rover_photosC | 화성 로버의 사진을 가져옵니다 |
| get_neo_feedC | 근지구 천체(Near Earth Objects) 정보를 가져옵니다 |
| search_nasa_imagesC | NASA 이미지 및 비디오 라이브러리에서 검색합니다 |
| get_earth_imageryC | NASA의 지구 이미지 API를 통해 위성 이미지를 가져옵니다 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Every tool has a clearly distinct purpose targeting different NASA data sources: APOD, Earth imagery, Mars rover photos, NEO data, and general image/video search. There is no overlap in functionality, making tool selection straightforward for an agent.
All tools follow a consistent verb_noun pattern with 'get_' or 'search_' prefixes and descriptive nouns (e.g., get_apod, search_nasa_images). The naming is uniform and predictable across all five tools.
With 5 tools, this server is well-scoped for a NASA API extension, covering key public data endpoints without being overwhelming. Each tool serves a distinct and valuable purpose in the domain.
The tool set covers major NASA APIs like APOD, Earth imagery, Mars rover photos, NEO data, and image search, which are core to the domain. A minor gap is the lack of tools for other NASA datasets (e.g., exoplanet data or space weather), but the included tools provide good coverage for common use cases.