fetch_weather_forecast
Retrieve the weather forecast for any city, including temperature, description, and datetime at 3-hour intervals.
Instructions
Fetch the weather forecast for a given city.
Args: city (str): Name of the city to fetch forecast data for.
Returns: dict[str, Any]: A dictionary containing the city, country, and a list of forecast entries (temperature, datetime, and description) at 3-hour intervals. Returns a dictionary with an "error" key if the request fails or the data cannot be retrieved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||