get_route_realtime
ActiveTool of mcp-lad-lviv-ua
Returns live positions for all vehicles currently running on a route, optimised for map rendering. Use when the user asks "where is my tram/bus right now?" or wants to see all active vehicles on a specific route on a map. Prefer `get_stop_realtime` when the user is at a stop and wants to know arrival times rather than vehicle positions. Prefer `get_route_static` when only the route shape or stop list is needed without live data. Requires a route short name (e.g. "T30", "32A") or numeric external ID.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"route_name"
],
"properties": {
"route_name": {
"type": "string",
"minLength": 1,
"description": "Route short name (e.g. \"T30\", \"32A\") or numeric external ID."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-lad-lviv-ua
https://github.com/vbhjckfd/timetable-api-node
2/7 registries