get_route_static
ActiveTool of mcp-lad-lviv-ua
Returns static route metadata: short and long name, vehicle type, brand colour, ordered stop lists for both directions, and route polylines (shapes) for map rendering. Use when the user asks which stops a route serves, what a route looks like on a map, or what the scheduled departure times are (workday and weekend schedules are included in each stop's `schedule` field). Do NOT use this when live vehicle positions are needed — use `get_route_realtime` instead. Requires a route short name (e.g. "T30", "32A") or numeric external ID; call `get_stops_around_location` first if you only know a location and need to discover which routes serve it.
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