KMB Bus
get_route_stops_info
Get all stops along a specified bus route. Args: route: The bus route number (e.g., "1A", "6", "960")
Remote kennyckk/mcp_hkbus
Other tools also called get_route_stops_info?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"route": {
"type": "string",
"title": "Route"
}
}
}