{
  "protocolVersion": "0.3.0",
  "name": "이레한의원 상담 에이전트",
  "description": "인천 송도 이레한의원의 자가면역질환·구강작열감증후군 한의학 진료 정보와 의료 칼럼을 조회하는 에이전트입니다. 의학 정보 제공용이며 진단·처방을 하지 않습니다.",
  "url": "https://ireaomd.co.kr",
  "documentationUrl": "https://ireaomd.co.kr/AGENTS.md",
  "provider": {
    "organization": "이레한의원",
    "url": "https://ireaomd.co.kr"
  },
  "version": "1.1.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "url": "https://ireaomd.co.kr/mcp",
      "transport": "http",
      "protocol": "MCP/2025-06-18",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    },
    {
      "url": "https://ireaomd.co.kr/api/a2a/book",
      "transport": "http",
      "protocol": "A2A/0.3.0",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "preferredTransport": "MCP",
  "authentication": {
    "schemes": [
      {
        "type": "apiKey",
        "in": "header",
        "name": "X-Agent-Key",
        "description": "예약 요청(/api/a2a/book)에만 필요합니다. 콘텐츠 조회는 인증이 필요하지 않습니다."
      }
    ]
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "get_clinic_info",
      "name": "한의원 정보 조회",
      "description": "이름·주소·전화·사업자 정보를 반환합니다.",
      "tags": [
        "clinic",
        "info"
      ]
    },
    {
      "id": "get_operating_hours",
      "name": "진료시간 조회",
      "description": "요일별 진료시간과 점심시간을 반환합니다.",
      "tags": [
        "hours"
      ]
    },
    {
      "id": "search_programs",
      "name": "진료 프로그램 검색",
      "description": "증상이나 질환명으로 한의학 치료 프로그램을 검색합니다.",
      "tags": [
        "programs",
        "search"
      ]
    },
    {
      "id": "search_posts",
      "name": "칼럼 검색",
      "description": "키워드로 발행된 의료 칼럼과 블로그 글을 검색합니다.",
      "tags": [
        "content",
        "search"
      ]
    },
    {
      "id": "get_post",
      "name": "칼럼 본문 조회",
      "description": "글 1건의 전체 본문을 반환합니다.",
      "tags": [
        "content"
      ]
    },
    {
      "id": "get_faq",
      "name": "자주 묻는 질문 검색",
      "description": "한의원·치료·질환 관련 FAQ를 검색합니다.",
      "tags": [
        "faq"
      ]
    },
    {
      "id": "ask_health_question",
      "name": "건강 질문 응답",
      "description": "한의학 관점의 건강 정보를 제공합니다. 진단이 아닙니다.",
      "tags": [
        "health"
      ]
    }
  ]
}