NASA-MCP

MIT License
  • Apple
  • Linux

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" }
ID: rrycjdkdg8