KMB Bus
get_next_bus
Get the next arrival time for a specified bus route at a stop. Args: route: The bus route number (e.g., "1A", "6", "960") stop_name: The name of the bus stop
Remote kennyckk/mcp_hkbus
Other tools also called get_next_bus?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"route": {
"type": "string",
"title": "Route"
},
"stop_name": {
"type": "string",
"title": "Stop Name"
}
}
}