Skip to main content
Glama

NASA API Desktop Extension

by seoh0711

get_mars_rover_photos

Retrieve Mars rover photos by specifying rover name, Martian sol, camera type, and page number to explore detailed imagery from NASA's missions on the Red Planet.

Instructions

화성 로버의 사진을 가져옵니다

Input Schema

NameRequiredDescriptionDefault
cameraNo카메라 타입 (FHAZ, RHAZ, MAST, CHEMCAM, MAHLI, MARDI, NAVCAM)
pageNo페이지 번호
roverYes로버 이름curiosity
solNo화성 일수 (Sol)

Input Schema (JSON Schema)

{ "properties": { "camera": { "description": "카메라 타입 (FHAZ, RHAZ, MAST, CHEMCAM, MAHLI, MARDI, NAVCAM)", "type": "string" }, "page": { "default": 1, "description": "페이지 번호", "type": "number" }, "rover": { "default": "curiosity", "description": "로버 이름", "enum": [ "curiosity", "opportunity", "spirit", "perseverance" ], "type": "string" }, "sol": { "default": 1000, "description": "화성 일수 (Sol)", "type": "number" } }, "required": [ "rover" ], "type": "object" }
Install Server

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