assess_weather_risk
Convert route weather forecasts into structured risk assessments for train operations, identifying hazards like wind, heat, and precipitation along the route.
Instructions
Turn a weather forecast at points along a route into a structured risk assessment.
Call find_route first (for `route` or its section_ids) and the existing OpenWeather MCP
server's `weather` tool for forecasts at find_route's waypoints, before calling this.
Exactly one of `route` or `section_ids` is required, same as check_train_compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| factors | Yes | ||
| overall | Yes | ||
| attribution | No | Data: European Union Agency for Railways, Register of Infrastructure (RINF), CC BY 4.0 | |
| replan_recommended | Yes | ||
| speed_restrictions | Yes | ||
| avoid_section_ids_suggested | Yes |