get_alerts
Retrieve weather alerts for specific US states by providing a two-letter state code. This tool helps users stay informed about critical weather updates directly through the Weather MCP Server.
Instructions
Get weather alerts for US state Args: state: Two letter US state code (e.g CA, NY etc)
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"
}