Septa Next To Arrive
septa_next_to_arriveNext SEPTA Regional Rail trains from an origin station to a destination station in Philly — direct trains and connecting itineraries (with transfer station), departure/arrival times, and live delay status. Answers "when is the next train from X to Y" in Philadelphia. Example: septa_next_to_arrive({ orig: "Suburban Station", dest: "Airport Terminal B", n: 3 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | How many upcoming trains to return (default 3, max 10) | |
| dest | Yes | Destination Regional Rail station, e.g. "Airport Terminal B", "Ardmore" (fuzzy-matched) | |
| orig | Yes | Origin Regional Rail station, e.g. "Suburban Station", "Fox Chase" (fuzzy-matched) |