{
  "schema_version": "0.1.0",
  "name": "수원인애한의원 WebMCP",
  "description": "수원인애한의원 웹사이트의 공개 진료 정보, 건강가이드, 예약·상담 경로를 AI 에이전트가 탐색할 수 있도록 설명하는 WebMCP manifest입니다.",
  "url": "https://suwoninae.com",
  "documentation": "https://suwoninae.com/llms.txt",
  "tools": [
    {
      "name": "find_care_topic",
      "kind": "answer",
      "implementation": "declarative",
      "page": "https://suwoninae.com/guide",
      "description": "증상 또는 질환명과 가까운 진료과목과 대표 질환 페이지를 찾습니다.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "방문자가 찾는 증상 또는 질환명"
          }
        },
        "required": ["query"]
      }
    },
    {
      "name": "search_health_guides",
      "kind": "answer",
      "implementation": "declarative",
      "page": "https://suwoninae.com/health-guide",
      "description": "건강가이드 칼럼과 관련 질환 정보를 찾습니다.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "칼럼으로 확인하고 싶은 질환 또는 건강 주제"
          }
        },
        "required": ["topic"]
      }
    },
    {
      "name": "get_contact_options",
      "kind": "answer",
      "implementation": "declarative",
      "page": "https://suwoninae.com/reservation",
      "description": "전화, 네이버 예약, 카카오톡 상담 경로를 확인합니다.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "preferred_channel": {
            "type": "string",
            "enum": ["phone", "naver_booking", "kakao", "any"],
            "description": "선호하는 문의 방식"
          }
        }
      }
    }
  ],
  "links": {
    "llms": "https://suwoninae.com/llms.txt",
    "agents": "https://suwoninae.com/agents.json",
    "openapi": "https://suwoninae.com/openapi.json",
    "sitemap": "https://suwoninae.com/sitemap.xml"
  }
}
