{
  "name": "spacePicture",
  "description": "Gets a link to today's NASA astronomy picture of the day. Returns a URL, so pass it along as it is. Use when the person asks about space, the sky, or wants something pretty to look at.",
  "url": "https://api.nasa.gov/planetary/apod?api_key={{apikey}}",
  "inputs": { "apikey": "Free key from api.nasa.gov, or DEMO_KEY to try it" },
  "extract": "url"
}
