NASA-MCP

MIT License
  • Apple
  • Linux

get_epic_imagery_by_date

Retrieve Earth imagery captured by the EPIC camera for a specific date in YYYY-MM-DD format. Choose between natural or enhanced collection types to access detailed views of the planet.

Instructions

Get images from the EPIC (Earth Polychromatic Imaging Camera) for a specific date.

Args: date: Date in YYYY-MM-DD format. collection: Collection type. Options: natural, enhanced.

Input Schema

NameRequiredDescriptionDefault
collectionNonatural
dateYes

Input Schema (JSON Schema)

{ "properties": { "collection": { "default": "natural", "title": "Collection", "type": "string" }, "date": { "title": "Date", "type": "string" } }, "required": [ "date" ], "title": "get_epic_imagery_by_dateArguments", "type": "object" }
ID: rrycjdkdg8