You're viewing a demo portfolio

Join the waitlist
PRSM

tf_climate_weather_alerts

Active

Tool of io.github.RipperMercs/terminalfeed

declared in 1.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.RipperMercs/terminalfeed

https://github.com/RipperMercs/terminalfeed

1/7 registries
View full server →