get_mars_rover_photos
Retrieve Mars rover photos from Curiosity, Opportunity, or Spirit by specifying either Martian sol or Earth date and optional camera filters.
Instructions
Get photos from a Mars rover (Curiosity, Opportunity, Spirit). Specify either sol (Martian day) or earth_date (YYYY-MM-DD), but not both.
Args: rover_name: Name of the rover (curiosity, opportunity, spirit). sol: Martian sol (day number, starting from landing). Use if not using earth_date. earth_date: Earth date in YYYY-MM-DD format. Use if not using sol. camera: Filter by camera abbreviation (e.g., FHAZ, RHAZ, MAST, NAVCAM, PANCAM). See documentation for full list per rover. page: Page number for results (25 photos per page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rover_name | Yes | ||
| sol | No | ||
| earth_date | No | ||
| camera | No | ||
| page | No |