nws_get_office_discussion
ActiveTool of @cyanheads/nws-weather-mcp-server
Get the latest narrative forecast product from a Weather Forecast Office (WFO). The default product is AFD (Area Forecast Discussion), which explains the meteorological reasoning behind the forecast — synoptic setup, model guidance, and forecaster confidence. Other types: HWO (Hazardous Weather Outlook, 1-7 day severe/flood/winter outlook), ZFP (Zone Forecast Product, zone-by-zone text), SPS (Special Weather Statement, short-fuse advisory). The office code is the 3-letter WFO identifier returned as the "office" field by nws_get_forecast.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"office"
],
"properties": {
"office": {
"type": "string",
"minLength": 1,
"description": "Three-letter Weather Forecast Office (WFO) code (e.g., \"SEW\" for Seattle, \"LOX\" for Los Angeles). Returned as the \"office\" field in nws_get_forecast output."
},
"product_type": {
"enum": [
"AFD",
"HWO",
"ZFP",
"SPS"
],
"type": "string",
"default": "AFD",
"description": "Product type code. AFD (Area Forecast Discussion) — meteorological reasoning, model analysis, forecaster confidence. HWO (Hazardous Weather Outlook) — 1-7 day outlook for severe weather, flooding, winter weather. ZFP (Zone Forecast Product) — detailed zone-by-zone text forecast. SPS (Special Weather Statement) — short-fuse advisory for notable non-warning weather."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@cyanheads/nws-weather-mcp-server
https://github.com/cyanheads/nws-weather-mcp-server
2/7 registries