KMB Bus
get_all_routes_at_stop
Get all bus routes that pass through a specified bus stop. Args: stop_name: Name of the bus stop
Remote kennyckk/mcp_hkbus
Other tools also called get_all_routes_at_stop?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"stop_name": {
"type": "string",
"title": "Stop Name"
}
}
}