NASA-MCP

MIT License
  • Apple
  • Linux

get_earth_assets

Retrieve Earth imagery assets for a specific location and date using latitude, longitude, and date inputs. Access high-resolution satellite data directly via the NASA-MCP server.

Instructions

Get information about available imagery assets for a specific location and date.

Args: lat: Latitude. lon: Longitude. date: Date in YYYY-MM-DD format. dim: Width and height of the image in degrees (0.025 degrees is approximately 2.7 km).

Input Schema

NameRequiredDescriptionDefault
dateYes
dimNo
latYes
lonYes

Input Schema (JSON Schema)

{ "properties": { "date": { "title": "Date", "type": "string" }, "dim": { "default": 0.025, "title": "Dim", "type": "number" }, "lat": { "title": "Lat", "type": "number" }, "lon": { "title": "Lon", "type": "number" } }, "required": [ "lat", "lon", "date" ], "title": "get_earth_assetsArguments", "type": "object" }
ID: rrycjdkdg8