get_alerts
Retrieve real-time weather alerts for any US state using the MCP Weather SSE Server. Specify the two-letter state code to access location-specific notifications and stay informed.
Instructions
Get weather alerts for a US state.
Args:
state: Two-letter US state code (e.g. CA, NY)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
state | Yes |
Input Schema (JSON Schema)
{
"properties": {
"state": {
"title": "State",
"type": "string"
}
},
"required": [
"state"
],
"title": "get_alertsArguments",
"type": "object"
}