You're viewing a demo portfolio

Join the waitlist
PRSM

get_route_static

Active

Tool of mcp-lad-lviv-ua

declared in 1.3.4

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-lad-lviv-ua

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

2/7 registries
View full server →
get_route_static — mcp-lad-lviv-ua — PRSM MCP