{
  "name": "sunset",
  "description": "Gets today's sunset time where the person lives, in their own local time. Use when they ask when the sun sets or how much daylight is left.",
  "url": "https://api.open-meteo.com/v1/forecast?latitude={{latitude}}&longitude={{longitude}}&daily=sunset&timezone=auto&forecast_days=1",
  "inputs": {
    "latitude": "Your latitude, e.g. 52.52",
    "longitude": "Your longitude, e.g. 13.41"
  },
  "extract": "daily.sunset.0"
}
