You're viewing a demo portfolio

Join the waitlist
PRSM

get_alerts

Active

Tool of NWS Weather Alerts

declared in 1.26.0

Get active NWS weather alerts for a US state. Returns current weather alerts including watches, warnings, and advisories issued by the National Weather Service. Args: state: Two-letter US state abbreviation (e.g. 'CA', 'TX', 'NY'). severity: Filter by severity level: 'Extreme', 'Severe', 'Moderate', or 'Minor'. event: Filter by event type (e.g. 'Tornado Warning', 'Flash Flood Watch'). limit: Maximum number of alerts to return (default 25, max 500).

Parameters schema

{
  "type": "object",
  "title": "get_alertsArguments",
  "required": [
    "state"
  ],
  "properties": {
    "event": {
      "type": "string",
      "title": "Event",
      "default": null
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 25
    },
    "state": {
      "type": "string",
      "title": "State"
    },
    "severity": {
      "type": "string",
      "title": "Severity",
      "default": null
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

NWS Weather Alerts

1/7 registries
View full server →
get_alerts — NWS Weather Alerts — PRSM MCP