get_weather_alerts
Retrieve weather alert details for a specific location or all areas using the Weather MCP Server. Input a location name to view targeted alerts or leave blank for comprehensive updates.
Instructions
Get weather alert information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
location | No | Location name (optional, if not provided, get all alerts) |
Input Schema (JSON Schema)
{
"properties": {
"location": {
"description": "Location name (optional, if not provided, get all alerts)",
"type": "string"
}
},
"type": "object"
}