get_epic_imagery
Retrieve Earth images from NASA's EPIC camera, choosing between natural or enhanced collections, through the NASA-MCP server for accessible Earth observation data.
Instructions
Get images from the EPIC (Earth Polychromatic Imaging Camera).
Args: collection: Collection type. Options: natural, enhanced.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | No | natural |
Input Schema (JSON Schema)
{
"properties": {
"collection": {
"default": "natural",
"title": "Collection",
"type": "string"
}
},
"title": "get_epic_imageryArguments",
"type": "object"
}