You're viewing a demo portfolio

Join the waitlist
PRSM

get_apod

Active

Tool of Nasa

declared in 0.1.0

Get the NASA Astronomy Picture of the Day with explanation. Optionally specify a date. Example: get_apod({ date: "2024-01-15", _apiKey: "DEMO_KEY" })

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "date": "2024-01-15",
      "_apiKey": "your-nasa-api-key"
    },
    {
      "_apiKey": "your-nasa-api-key"
    }
  ],
  "required": [],
  "properties": {
    "date": {
      "type": "string",
      "description": "Date in YYYY-MM-DD format (optional, defaults to today). Range: 1995-06-16 to today."
    },
    "_apiKey": {
      "type": "string",
      "description": "NASA API key (optional, defaults to DEMO_KEY — get a free key at api.nasa.gov)"
    }
  }
}

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_apod — Nasa — PRSM MCP