Skip to main content
Glama

NASA API Desktop Extension

by seoh0711

search_nasa_images

Search NASA's image and video library using queries and filters for media type or page number. Access space-related visuals directly through the NASA API Desktop Extension.

Instructions

NASA 이미지 및 비디오 라이브러리에서 검색합니다

Input Schema

NameRequiredDescriptionDefault
media_typeNo미디어 타입image
pageNo페이지 번호
qYes검색 쿼리

Input Schema (JSON Schema)

{ "properties": { "media_type": { "default": "image", "description": "미디어 타입", "enum": [ "image", "video", "audio" ], "type": "string" }, "page": { "default": 1, "description": "페이지 번호", "type": "number" }, "q": { "description": "검색 쿼리", "type": "string" } }, "required": [ "q" ], "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