You're viewing a demo portfolio

Join the waitlist
PRSM

get_route_realtime

Active

Tool of mcp-lad-lviv-ua

declared in 1.3.4

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-lad-lviv-ua

https://github.com/vbhjckfd/timetable-api-node

2/7 registries
View full server →