KMB Bus

find_buses_to_destination

Find bus routes that go to a specified destination. Args: destination: The destination to search for (e.g., "Central", "Mong Kok", "Airport")

Remote kennyckk/mcp_hkbus

Other tools also called find_buses_to_destination? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "destination": {
      "type": "string",
      "title": "Destination"
    }
  }
}
          

Provider

KMB Bus →