get_alerts
Fetch real-time weather alerts for a specific state using the Weather MCP Server, ensuring accurate and up-to-date safety notifications.
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"
}