NPS Park Alerts
travel.nps.alertsRetrieve real-time alerts including closures, hazards, fire, flood, and danger for US national parks. Filter by state code, park code, or keyword to get current safety information.
Instructions
Real-time alerts (closures, hazards, fire, flood, danger) for US national parks. Filter by state or park code. NPS public domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_code | No | Optional 2-letter US state code (e.g. "CA", "NY", "WY"). Comma-separated for multiple ("CA,WY"). | |
| park_code | No | Optional park code (e.g. "yose" Yosemite, "yell" Yellowstone, "grca" Grand Canyon). Comma-separated allowed. | |
| q | No | Free-text keyword search. | |
| limit | No | Max records to return (default 10, max 50). | |
| start | No | Pagination offset for stepping through results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |