{
  "name": "동제당한의원 AI Agent",
  "description": "동제당한의원 - 체질 맞춤 한약, 해독 프로그램, 소화기·피부질환 전문",
  "url": "https://www.dongjedang.com",
  "provider": {
    "organization": "동제당한의원",
    "url": "https://www.dongjedang.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "preferredTransport": "http",
  "supportedInterfaces": [
    {
      "url": "https://www.dongjedang.com/api/a2a/book",
      "transport": "http",
      "protocol": "A2A"
    }
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "skills": [
    {
      "id": "book_consultation",
      "name": "상담 예약",
      "description": "비대면 또는 방문 상담을 예약합니다. 이름과 전화번호가 필요합니다.",
      "tags": [
        "booking",
        "consultation",
        "appointment",
        "korean-medicine"
      ],
      "examples": [
        "소화가 안 좋아서 상담받고 싶어요",
        "I want to book a remote consultation for diet",
        "다이어트 한약 상담 예약하고 싶습니다"
      ]
    },
    {
      "id": "get_clinic_info",
      "name": "클리닉 정보 조회",
      "description": "진료 과목, 운영 시간, 위치 등 클리닉 기본 정보를 조회합니다.",
      "tags": [
        "info",
        "clinic",
        "hours",
        "location"
      ],
      "examples": [
        "동제당한의원 진료 과목이 뭔가요?",
        "What are your operating hours?"
      ]
    }
  ]
}