tf_climate_weather_alerts
ActiveTool of io.github.RipperMercs/terminalfeed
Fetches active alerts from api.weather.gov filtered by area (2-letter state code), exact NWS event name, severity, urgency, and status. Returns id, event, severity, urgency, certainty, headline, description, areaDesc, sent/effective/expires/ends, sender_name, web URL. 60s cache. US Government public domain. US-only coverage. Use for situational awareness on active weather hazards.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"area": {
"type": "string",
"description": "2-letter US state code, e.g. CA, NY. Optional."
},
"event": {
"type": "string",
"description": "Exact NWS event name, e.g. \"Tornado Warning\", \"Heat Advisory\". Optional."
},
"limit": {
"type": "number",
"description": "1..100, default 50."
},
"status": {
"type": "string",
"description": "Actual | Exercise | System | Test | Draft. Optional."
},
"urgency": {
"type": "string",
"description": "Immediate | Expected | Future | Past | Unknown. Optional."
},
"severity": {
"type": "string",
"description": "Extreme | Severe | Moderate | Minor | Unknown. Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.RipperMercs/terminalfeed
https://github.com/RipperMercs/terminalfeed
1/7 registries