get_epic_dates
Retrieve available dates for EPIC Earth imagery by specifying the collection type (natural or enhanced) through the NASA-MCP server. Ideal for accessing Earth observation data.
Instructions
Get available dates for EPIC images.
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_datesArguments",
"type": "object"
}