get_current_weather
Retrieve current weather conditions including temperature, wind speed, and location details for any city worldwide. Provide city name and optional country to get real-time meteorological data.
Instructions
Get current weather conditions for a city.
Args: city: City name, e.g. "Berlin". country: Optional country filter, e.g. "DE" or "Germany".
Returns: A JSON object with location info and current weather (temperature, wind speed, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| country | No |