# OpenWeatherMap AI integration on Definable

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

## What this connects

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

Vendor: https://openweathermap.org/weathermap

## Tools available

**2** tools available. First 2:

- `WEATHERMAP_GEOCODE_LOCATION` — Geocode Location to Coordinates — 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.
- `WEATHERMAP_WEATHER` — Weather Info — 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.

## Auth

No auth required.

## How agents use OpenWeatherMap

Inside a Definable workflow, OpenWeatherMap is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → OpenWeatherMap** — the Researcher (GPT-5.5) pulls context from OpenWeatherMap (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → OpenWeatherMap** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into OpenWeatherMap (create record, post message, draft email).
- **Designer / Engineer → Distributor → OpenWeatherMap** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via OpenWeatherMap (attach file, open PR comment, post status).

The Verifier checks every OpenWeatherMap call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/weathermap/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
