get_weatherDone0.8s

Input

{
  "city": "Lisbon",
  "days": 3,
  "units": "celsius"
}

Result

{
  "forecast": [
    { "day": "Fri", "high": 24, "low": 16, "rain": 0.1 },
    { "day": "Sat", "high": 22, "low": 15, "rain": 0.6 },
    { "day": "Sun", "high": 25, "low": 17, "rain": 0.0 }
  ]
}
search_flightsRunning0.0s

Input

{ "from": "LHR", "to": "LIS", "date": "2026-10-09" }

Result

Waiting for the result...