plan_route_map
Plan a rail or subway journey between two stations and view the route as a vertical timeline with station names, departure/arrival times, line colors, and transfer points.
Instructions
Plan a rail/subway journey and render it as a Yahoo!乗換案内-style vertical timeline (an inline interactive view on claude.ai). The view shows stations, departure/arrival times, line names in their official colors, and transfer points stacked vertically; the same itinerary is also returned as text. 'from' and 'to' are each a station name (e.g. "新宿") or a "lat,lon" coordinate. By default shows the best (fastest) itinerary; use 'routeIndex' to pick another. Prefer this over plan_journey when a visual route is helpful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination: a station name or a "lat,lon" coordinate. | |
| from | Yes | Origin: a station name or a "lat,lon" coordinate. | |
| routeIndex | No | Which itinerary to show, 0 = best/fastest (default 0). |