get_weather_alerts
ActiveTool of TensorFeed
Get active US weather alerts from the National Weather Service. US-only coverage. Filter by 2-letter state code (area), exact event name (e.g. 'Tornado Warning', 'Heat Advisory'), severity (Extreme | Severe | Moderate | Minor | Unknown), urgency (Immediate | Expected | Future | Past | Unknown), and status (actual | exercise | system | test | draft). Returns a flattened alerts list with id, event, severity, urgency, headline, description, areaDesc, sent/effective/expires/ends, sender_name, web URL. Refreshed in real time upstream; cached 60s. License: US Government public domain (17 USC §105).
Parameters schema
{
"type": "object",
"properties": {
"area": {
"type": "string",
"description": "2-letter US state or territory code (CA, TX, PR, etc). Optional."
},
"event": {
"type": "string",
"description": "Exact NWS event name (e.g. \"Tornado Warning\", \"Heat Advisory\"). Optional."
},
"limit": {
"type": "number",
"default": 50,
"description": "Max alerts to return (1-500). Default 50."
},
"status": {
"type": "string",
"description": "One of: actual, exercise, system, test, draft. Optional."
},
"urgency": {
"type": "string",
"description": "One of: Immediate, Expected, Future, Past, Unknown. Optional."
},
"severity": {
"type": "string",
"description": "One of: Extreme, Severe, Moderate, Minor, Unknown. Optional."
}
}
}Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries