Unlock the wonders of South Korean tourism directly within your AI assistant! Discover vibrant festivals, serene temples, delicious restaurants, and comfortable accommodations across Korea with ease.
Tools
search_tourism_by_keyword
Search for tourism information in Korea by keyword. Args: keyword: Search keyword (e.g., "Gyeongbokgung", "Hanok", "Bibimbap") content_type: Type of content to search for (e.g., "Tourist Attraction", "Restaurant", "Festival Event") area_code: Area code to filter results (e.g., "1" for Seoul) language: Language for results (e.g., "en", "jp", "zh-cn"), default is "en" Returns: A dictionary containing search results with tourism information.
get_tourism_by_area
Browse tourism information by geographic areas in Korea. Args: area_code: Area code (e.g., "1" for Seoul) sigungu_code: Sigungu (district) code within the area content_type: Type of content to filter (e.g., "Tourist Attraction", "Restaurant") language: Language for results (e.g., "en", "jp", "zh-cn") Returns: A dictionary containing tourism information in the specified area.
find_nearby_attractions
Find tourism attractions near a specific location in Korea. Args: longitude: Longitude coordinate (e.g., 126.9780) latitude: Latitude coordinate (e.g., 37.5665) radius: Search radius in meters (default: 1000) content_type: Type of content to filter (e.g., "Tourist Attraction", "Restaurant") language: Language for results (e.g., "en", "jp", "zh-cn") Returns: A dictionary containing tourism attractions near the specified coordinates.
search_festivals_by_date
Find festivals in Korea by date range. Args: start_date: Start date in YYYYMMDD format (e.g., "20250501") end_date: Optional end date in YYYYMMDD format (e.g., "20250531") area_code: Area code to filter results (e.g., "1" for Seoul) language: Language for results (e.g., "en", "jp", "zh-cn") Returns: A dictionary containing festivals occurring within the specified date range.