Triage incoming issues
- Webhook fires on every new issue
- Persona summarises and labels it
- Assigns the right engineer
21 tools available
Provides access to current weather data, forecasts, and historical weather data for any location worldwide.
Connect OpenWeather API to Definable to triage issues, review pull requests, monitor builds. Personas call OpenWeather API's 21 tools directly from chat or scheduled flows. Wire it into a triage, review, or release-management persona — every action runs scoped, reviewable, and logged.
Every OpenWeather API action below is a callable tool any Definable persona can invoke.
Tool to delete a registered weather station. Use after identifying a station to remove. Returns confirmation message upon success.
Tool to get a 5-day forecast every 3 hours (up to 40 UTC timestamps). Exactly one location identifier required per call: `q`, `id`, `zip`, or `lat`+`lon` pair. Use `city.timezone` offset to convert timestamps to local time before grouping into daily summaries.
Tool to fetch current air pollution data for a location. Use when you need real-time air quality details by latitude and longitude.
Tool to get forecasted air pollution data for a specific location. Use after confirming latitude and longitude. Forecast availability may be limited for remote or oceanic coordinates; verify response timestamps to confirm returned data represents a true forecast rather than a current snapshot.
Tool to retrieve historical air pollution data. Use when you need past air quality levels for a specific latitude/longitude and time range.
Tool to search for current weather data in cities around a geographic point. Use when you need to fetch weather within a radius circle after confirming latitude and longitude.
Tool to retrieve current weather data for a location. Use when you need up-to-the-minute weather info. Exactly one location identifier must be provided per call: either `q`, `id`, `zip`, or the pair `lat`+`lon`. Passing multiple identifiers causes errors or ambiguous matches.
Tool to convert zip/post code into geographic coordinates. Use when you need latitude and longitude for a specific postal code.
Tool to convert a location name into geographic coordinates. Use when you need latitude and longitude for a given location after confirming the precise name.
Tool to convert geographic coordinates into a location name. Use when you need city, state, and country info from latitude and longitude.
Tool to retrieve aggregated measurements from a weather station with minute, hour, or day granularity. Use when you need historical weather data from a specific registered station.
Tool to retrieve current UV index for a location. Use when you need up-to-the-minute UV index by latitude and longitude.
Tool to retrieve UV index forecast for a specific location. Use when you need upcoming UV index values after confirming latitude and longitude. Returns up to 8 days of data. Data may be sparse or absent for ocean and remote locations; an empty response means no data available, not safe UV conditions.
Tool to retrieve historical UV index data for a specified location and time range. Use when you need to analyze past UV exposure trends after confirming coordinates and time period.
Tool to fetch Weather Maps 2.0 tile images. Use when you need dynamic weather layers at specific zoom and coordinates with advanced styling options.
Tool to get information about a specific weather station by its ID. Use when you need details about a particular station.
Tool to list all weather stations added to your account. Use after setting up your OpenWeather API key.
Tool to retrieve weather triggers for specific conditions. Use after defining trigger criteria.
Tool to add a new weather station to your account. Use when you need to register a station before sending custom data.
Tool to submit weather measurements from a registered station. Use when you need to send temperature, wind, pressure, humidity, or precipitation data for a station.
Tool to update weather station details. Use when you need to modify the name, location, or external ID of an existing station.
Anything OpenWeather API exposes through its API. Common developer tools workflows on Definable include triage issues, review pull requests, monitor builds. Personas can call any of the 21 OpenWeather API tools directly, then chain the result into another integration without you writing code.
OpenWeather API uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 21 OpenWeather API tools. You only need a separate OpenWeather API subscription if OpenWeather API itself charges per seat or per API call.
Every call from a persona to OpenWeather API is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find OpenWeather API, and connect via OAuth or API key. You can immediately attach OpenWeather API to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 21 OpenWeather API actions as callable tools — including `Delete Weather Station`, `Get 5 Day Forecast`, `Get Current Air Pollution Data`, plus 18 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.