get_weather
Retrieve current weather for any city. Provide city name and optionally select temperature units (celsius or fahrenheit).
Instructions
Current weather for a city via the free Open-Meteo API (no API key required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name, e.g. 'Austin' or 'Austin, TX' | |
| units | No | Temperature units | fahrenheit |