mbta_predictions
Retrieve real-time arrival and departure predictions for Boston's MBTA transit. Filter by stop or route to get times for subway, commuter rail, bus, and ferry.
Instructions
Get real-time arrival/departure predictions for MBTA (Boston) transit. Filter by stop ID and/or route ID. Returns predicted arrival and departure times. Covers subway (Red, Orange, Blue, Green Lines), commuter rail, bus, and ferry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop | No | Stop ID (e.g. 'place-north' for North Station, 'place-sstat' for South Station) | |
| limit | No | Max predictions to return (default 10) | |
| route | No | Route ID (e.g. 'Red', 'Orange', 'Green-B', 'CR-Fitchburg', '1' for bus) |