get_mars_rover_photos
Retrieve Mars rover photos from Curiosity, Opportunity, Spirit, or Perseverance by specifying date or sol and optional camera.
Instructions
Get photos from Mars rovers (Curiosity, Opportunity, Spirit, Perseverance).
Args:
rover: Rover name: 'curiosity', 'opportunity', 'spirit', or 'perseverance'
sol: Martian sol (day) number
earth_date: Earth date in YYYY-MM-DD format (alternative to sol)
camera: Optional camera name (e.g., 'FHAZ', 'RHAZ', 'MAST', 'NAVCAM')
Returns:
List of photo URLs from the specified rover
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rover | No | curiosity | |
| sol | No | ||
| earth_date | No | ||
| camera | No |