get_alert_detail
ActiveTool of NWS Weather Alerts
declared in 1.26.0
Get full details of a specific NWS weather alert by its ID. Returns the complete alert including description, instructions, and affected areas. Use alert IDs from get_alerts results. Args: alert_id: The full NWS alert ID (e.g. 'urn:oid:2.49.0.1.840.0.xxx').
Parameters schema
{
"type": "object",
"title": "get_alert_detailArguments",
"required": [
"alert_id"
],
"properties": {
"alert_id": {
"type": "string",
"title": "Alert Id"
}
}
}Parent server
NWS Weather Alerts
1/7 registries