get_weather_alerts
Retrieve real-time weather alerts for any location using One Call support. Part of the Multi-MCPs server, this tool integrates multiple third-party APIs for unified access to essential services.
Instructions
Get weather alerts for a location (requires One Call support)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
location | Yes |
Input Schema (JSON Schema)
{
"properties": {
"location": {
"type": "string"
}
},
"required": [
"location"
],
"type": "object"
}