# OpenWeatherMap

WeatherMap provides visual weather data, forecasts, and mappings, helping users understand climate patterns or track severe weather conditions

- **Category:** developer tools
- **Auth:** NO_AUTH
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `WEATHERMAP`
- **Version:** 20260407_00

## Tools

### Geocode Location to Coordinates

**Slug:** `WEATHERMAP_GEOCODE_LOCATION`

Tool to resolve a human place name into canonical lat/lon coordinates using OpenWeather Geocoding API. Use when you need to convert location strings (city names, addresses) into coordinates for weather forecasts or other location-based queries. Returns up to 5 candidate matches; the first result is typically the most relevant.

### Weather Info

**Slug:** `WEATHERMAP_WEATHER`

Tool for querying the OpenWeatherMap API. Returns current weather conditions only — no UV index, AQI, or official alerts. Timestamps are in UTC; apply the timezone offset field before grouping by local day.
