get_bus_trip_updates
Retrieve live MARTA bus trip updates with arrival/departure predictions, filterable by route or stop.
Instructions
Get live MARTA bus arrival/departure predictions (GTFS-realtime trip updates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of trips to return (default 25). | |
| route | No | Optional GTFS route_id filter (exact match). | |
| stop_id | No | Optional GTFS stop_id filter — only trips serving this stop are returned, and only that stop's prediction is included. | |
| stops_per_trip | No | Upcoming stop predictions to include per trip (default 5; ignored when stop_id is set). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||