Skip to content

OpenWeatherMap Template

Current weather, forecasts

3 Tools Included

GET

get_weather

Get current weather by city name

https://api.openweathermap.org/data/2.5/weather?appid={api_key}&q={city}

GET

get_forecast

Get 5-day weather forecast by city

https://api.openweathermap.org/data/2.5/forecast?appid={api_key}&q={city}

GET

geocode_city

Geocode city name to coordinates

https://api.openweathermap.org/geo/1.0/direct?appid={api_key}&q={city}

Setup

  1. 1.Click "Use template" below
  2. 2.Replace placeholder tokens (e.g. {notion_token}) with your real credentials
  3. 3.Deploy and connect to your AI client