KMB Bus
Access real-time bus arrival information and comprehensive route details for Hong Kong's KMB and Long Win Bus services.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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
- 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")
- Get Route Stops Info: Get all stops along a specified bus route. Args: route: The bus route number (e.g., "1A", "6", "960")
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Access real-time bus arrival information and comprehensive route details for Hong Kong's KMB and Long Win Bus services. Query bus routes, stops, and estimated arrival times effortlessly to enhance user experience. Utilize bilingual support for both English and Traditional Chinese to cater to a wider audience.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| 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 |
| 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") |
| get_route_stops_info | Get all stops along a specified bus route. Args: route: The bus route number (e.g., "1A", "6", "960") |
| find_stop_by_name | Find bus stops matching a name or partial name. Args: stop_name: Full or partial name of the bus stop to search for |
| get_all_routes_at_stop | Get all bus routes that pass through a specified bus stop. Args: stop_name: Name of the bus stop |