get_hourly_weather
Get hourly weather forecast for any location, with temperature in Celsius or Fahrenheit. Includes precipitation and current conditions.
Instructions
Get hourly weather forecast for a location.
Args: location: The city or location name (e.g., "Chicago", "New York") unit: Temperature unit - "C" for Celsius (default) or "F" for Fahrenheit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | C | |
| location | Yes |