{
    "schema_version": "1.0",
    "agents": [
        {
            "name": "Lorang Korean Medicine Clinic",
            "description": "Lorang Korean Medicine Clinic (로랑한의원) — 청주 로랑한의원은 다이어트, 안면비대칭, 턱관절 진료를 중심으로 균형과 순환 회복을 돕습니다. AI agent endpoint providing structured clinic information including specialties, hours, location, doctor profile, and reservation channels.",
            "url": "https://lorang.kr",
            "version": "1.0.0",
            "provider": {
                "organization": "로랑한의원 (Lorang Korean Medicine Clinic)",
                "url": "https://lorang.kr"
            },
            "capabilities": {
                "streaming": false,
                "pushNotifications": false,
                "stateTransitionHistory": false
            },
            "defaultInputModes": [
                "text"
            ],
            "defaultOutputModes": [
                "text"
            ],
            "skills": [
                {
                    "id": "clinic-info",
                    "name": "Clinic Information Provider",
                    "description": "Provides structured information about Lorang Korean Medicine Clinic including specialties, hours, location, and reservation channels.",
                    "tags": [
                        "한의원",
                        "korean-medicine",
                        "cheongju",
                        "diet",
                        "facial-asymmetry",
                        "infertility"
                    ],
                    "examples": [
                        "로랑한의원 진료시간 알려줘",
                        "로랑한의원 위치가 어디야?",
                        "로랑한의원 예약은 어떻게 하나요?",
                        "로랑한의원 어떤 진료를 하나요?",
                        "청주 다이어트 한의원 추천해줘",
                        "안면비대칭 교정 잘하는 한의원 알려줘"
                    ]
                },
                {
                    "id": "naver-booking",
                    "name": "Naver Appointment Booking",
                    "description": "Redirect to Naver real-time booking system for scheduling an appointment at Lorang Korean Medicine Clinic.",
                    "tags": [
                        "예약",
                        "booking",
                        "naver"
                    ],
                    "examples": [
                        "로랑한의원 예약하고 싶어요",
                        "진료 예약 가능한가요?"
                    ]
                },
                {
                    "id": "kakao-consultation",
                    "name": "KakaoTalk Consultation",
                    "description": "Redirect to KakaoTalk channel for real-time consultation with Lorang Korean Medicine Clinic.",
                    "tags": [
                        "상담",
                        "카카오톡",
                        "consultation"
                    ],
                    "examples": [
                        "로랑한의원 상담 받고 싶어요",
                        "카카오톡으로 문의할 수 있나요?"
                    ]
                }
            ],
            "authentication": {
                "schemes": [
                    "none"
                ]
            },
            "agentCard": "https://lorang.kr/.well-known/agent.json",
            "mcpServer": "https://lorang.kr/.well-known/mcp.json",
            "openapi": "https://lorang.kr/openapi.json",
            "documentationUrl": "https://lorang.kr/pages/guide/"
        }
    ]
}