get_weather
Retrieve current weather data for any city or zip code. Get real-time conditions including temperature and forecasts.
Instructions
Get current weather data for a location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | City name or zip code |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| humidity | Yes | Humidity percentage | |
| conditions | Yes | Weather conditions description | |
| temperature | Yes | Temperature in celsius |