Skip to main content
Glama

NASA API Desktop Extension

by seoh0711

get_earth_imagery

Retrieve satellite images of Earth using NASA's API by specifying latitude, longitude, and date. Display detailed visualizations with customizable image size for geographic analysis.

Instructions

NASA의 지구 이미지 API를 통해 위성 이미지를 가져옵니다

Input Schema

NameRequiredDescriptionDefault
dateNo날짜 (YYYY-MM-DD)
dimNo이미지 크기 (0.03 ~ 0.5)
latYes위도
lonYes경도

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "날짜 (YYYY-MM-DD)", "type": "string" }, "dim": { "default": 0.15, "description": "이미지 크기 (0.03 ~ 0.5)", "type": "number" }, "lat": { "description": "위도", "type": "number" }, "lon": { "description": "경도", "type": "number" } }, "required": [ "lat", "lon" ], "type": "object" }

Other Tools from NASA API Desktop Extension

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seoh0711/dxt_nasa'

If you have feedback or need assistance with the MCP directory API, please join our Discord server