vehicles
List live positions of public transport vehicles (buses, trams, trains) in the GZM region. Filter by route or stop to find specific running vehicles.
Instructions
List live vehicle positions (buses, trams, trains) currently running. Use this when the user asks 'what's running', 'where is line X', or 'find a bus to Y'. Returns up to limit vehicles, newest first by timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of vehicles to return (default 200). | |
| stop_id | No | Filter by the stop the vehicle is currently at, incoming to, or in transit to. Exact match. | |
| route_id | No | Filter by GTFS route id (e.g. '6', 'T2', 'M104'). Exact match — case sensitive. |