You're viewing a demo portfolio

Join the waitlist
PRSM

get_mars_photos

Active

Tool of Nasa

declared in 0.1.0

Get photos taken by Mars rovers (Curiosity, Opportunity, Spirit). Filter by Martian sol and camera. Example: get_mars_photos({ sol: 1000, camera: "FHAZ", _apiKey: "DEMO_KEY" })

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "sol": 1000,
      "camera": "FHAZ",
      "_apiKey": "your-nasa-api-key"
    },
    {
      "sol": 3000,
      "_apiKey": "your-nasa-api-key"
    }
  ],
  "required": [],
  "properties": {
    "sol": {
      "type": "number",
      "description": "Martian sol (day) to retrieve photos from, e.g. 1000 (default: 1000)"
    },
    "camera": {
      "type": "string",
      "description": "Camera abbreviation: \"FHAZ\" (front hazard), \"RHAZ\" (rear hazard), \"MAST\" (mast), \"CHEMCAM\", \"MAHLI\", \"MARDI\", \"NAVCAM\" (optional)"
    },
    "_apiKey": {
      "type": "string",
      "description": "NASA API key (optional, defaults to DEMO_KEY)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Nasa

https://github.com/pipeworx-io/mcp-nasa

1/7 registries
View full server →
get_mars_photos — Nasa — PRSM MCP