{
  "name": "스마트한의원 정보·예약 에이전트",
  "description": "진료·진료비·보험은 읽기전용. 예약 변경·취소는 OTP(/api/ai/appointments change|cancel). 신규는 available/book (PHASE3). /api/reservation 직접 호출 불가.",
  "url": "https://www.smartclinic.co.kr/",
  "version": "1.2.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "supportedInterfaces": [
    {
      "url": "https://www.smartclinic.co.kr/ai-context/",
      "transport": "http",
      "protocol": "web"
    },
    {
      "url": "https://www.smartclinic.co.kr/openapi-ai-appointments.json",
      "transport": "http",
      "protocol": "openapi",
      "description": "OTP 변경·취소 + Phase 3 available/book"
    }
  ],
  "preferredTransport": "web",
  "skills": [
    { "id": "clinic-info", "name": "진료·진료시간·주차 정보 조회" },
    { "id": "pricing", "name": "진료비·보험 안내 조회" },
    { "id": "appointment-change", "name": "OTP 기반 예약 변경·취소" },
    { "id": "appointment-book", "name": "신규 예약·슬롯 조회 (Phase 3)" }
  ],
  "documentation": {
    "overlay": "https://www.smartclinic.co.kr/docs/ai-reservation-overlay.md",
    "phase3_notes": "https://www.smartclinic.co.kr/docs/ai-reservation-phase3-sync-design.md"
  }
}
