Kakao Map 및 Mobility API를 통해 한국 내 교통 정보 및 경로 탐색 기능을 제공합니다. 자세한 사용 방법은 Github 레포지토리의 Readme를 참고해주세요. Provides the car route and traffic information navigation function of Kakao Mobility.
Tools
direction_search_by_coords
Search for directions between two points using their coordinates (longitude and latitude). This tool provides navigation information including distance, duration, and route details.
direction_search_by_address
Search for directions between two locations using their addresses. The tool first geocodes the addresses to coordinates, then finds the optimal route between them.
address_search_by_place_name
Search for addresses using a place name or keyword. Returns detailed location information including coordinates and address details.
geocode
Convert an address into geographic coordinates (geocoding). Returns the exact location coordinates and address details for the given place name.