fetch_current_weather
Retrieve current weather conditions (temperature, humidity, and description) for a specified city. Provides clear error handling if weather data is unavailable.
Instructions
Fetch the current weather conditions for a given city.
Args: city (str): Name of the city to fetch weather data for.
Returns: dict[str, Any]: A dictionary containing the city, country, temperature, feels-like temperature, min/max temperature, humidity, and weather description. 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 | |||