mbta_get_vehicles
Retrieve real-time positions of MBTA vehicles, filtered by route, trip, or specific vehicle ID, with configurable result limits.
Instructions
Get real-time MBTA vehicle positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vehicle_id | No | Specific vehicle ID to get | |
| route_id | No | Filter vehicles by route ID | |
| trip_id | No | Filter vehicles by trip ID | |
| page_limit | No | Number of results to return (default: 10) |