Best-fit scenarios
Use for current conditions or forecasts based on the user's natural-language weather request.
Tater Assistant
Phase One Wiki
Get current weather + forecast (and optional AQI/pollen/alerts) from WeatherAPI.com; always uses the default location if none is specified.
Use for current conditions or forecasts based on the user's natural-language weather request.
Use the example call shape below and provide only the fields the plugin expects.
Weather request in natural language (what conditions or forecast details the user wants).
Default number of forecast days to request (1–14).
Default: 3Used unless the user explicitly specifies a location (city/zip/lat,lon).
Default: 60614us = °F/mph/mi, metric = °C/kph/km.
Default: usAdds weather alerts when available (alerts=yes).
Default: trueAdds air quality fields when available (aqi=yes).
Default: trueAdds pollen fields when available (pollen=yes). Some plans required.
Default: trueHard cap on returned text (helps Discord/HA voice output).
Default: 650Optional: show a short next-hours preview.
Default: 6Request timeout for WeatherAPI calls.
Default: 12Your WeatherAPI.com key.
{
"function": "weather_forecast",
"arguments": {
"request": "Weather request in natural language (what conditions or forecast details the user wants)."
}
}