mbta_get_predictions_for_stop
Retrieve real-time transit predictions for any MBTA stop by stop ID, with optional filters for route, direction, and result limit.
Instructions
Get all predictions for a specific stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop_id | Yes | Stop ID to get predictions for | |
| route_id | No | Filter by specific route | |
| direction_id | No | Filter by direction (0 or 1) | |
| page_limit | No | Number of results to return (default: 10) |