get_weather
Get current weather conditions and clothing suggestions for any city or auto-detected location from IP. Provide a city name for specific forecasts, or leave blank to auto-detect.
Instructions
Returns current weather conditions and clothing suggestions. Auto-detects location from IP if no location is provided. Pass a city name for a specific location (e.g. 'Tokyo' or 'London, UK').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | Temperature units: 'imperial' (°F, mph) or 'metric' (°C, km/h). Defaults to imperial. | imperial |
| location | No | City name (e.g. 'Tokyo', 'London, UK'). Leave empty to auto-detect from IP. |