get_vehicle_info
ActiveTool of mcp-lad-lviv-ua
Returns full details for a specific transit vehicle by its ID: current position, bearing, route, license plate, direction, and upcoming stop arrivals. Use when the user wants to track a particular vehicle (e.g. after seeing it on a `get_route_realtime` map). Vehicle IDs come from `get_route_realtime`, `get_nearby_vehicles`, or `get_stop_realtime` results. Do NOT use this to get all vehicles on a route — use `get_route_realtime` instead.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"vehicle_id"
],
"properties": {
"vehicle_id": {
"type": "string",
"minLength": 1,
"description": "Vehicle ID as returned by get_route_realtime, get_nearby_vehicles, or get_stop_realtime."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-lad-lviv-ua
https://github.com/vbhjckfd/timetable-api-node
2/7 registries