Current Weather
current_weatherGet the current weather for a city or coordinates: temperature, "feels like", conditions, humidity, wind speed, and cloud cover. Example: current_weather({ city: "London", units: "metric" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude. Use with lon instead of city. | |
| lon | No | Longitude. Use with lat instead of city. | |
| city | No | City name, optionally with country code, e.g. "London" or "London,GB". Provide this OR lat/lon. | |
| units | No | Temperature units: "metric" (C, default), "imperial" (F), or "standard" (K). | |
| _apiKey | No | Optional — your own OpenWeatherMap API key for higher limits; omit to use the shared Pipeworx key. |