NASA-MCP

get_astronomy_picture_of_day

Fetch NASA's astronomy picture of the day by specifying a date, count for random images, or enable thumbnail URLs for video APODs directly via the NASA-MCP server.

Instructions

Get NASA's astronomy picture of the day.

Args: date: Date of the image in YYYY-MM-DD format. If not specified, the current date is used. count: If specified, returns 'count' random images. Cannot be used with 'date'. thumbs: If True, returns the thumbnail URL for videos. If APOD is not a video, this parameter is ignored.

Input Schema

NameRequiredDescriptionDefault
countNo
dateNo
thumbsNo

Input Schema (JSON Schema)

{ "properties": { "count": { "default": null, "title": "Count", "type": "integer" }, "date": { "default": null, "title": "Date", "type": "string" }, "thumbs": { "default": false, "title": "Thumbs", "type": "boolean" } }, "title": "get_astronomy_picture_of_dayArguments", "type": "object" }

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/AnCode666/nasa-mcp'

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