[
  {
    "name": "Suwon Inae Korean Medicine Clinic Public Guide Agent",
    "description": "A read-only public information agent for suwoninae.com. It helps AI crawlers and assistants discover clinic care topics, representative condition pages, health guide articles, location information, and consultation channels.",
    "url": "https://suwoninae.com/.well-known/agent.json",
    "homepage": "https://suwoninae.com",
    "version": "1.0.0",
    "provider": {
      "name": "Suwon Inae Korean Medicine Clinic",
      "url": "https://suwoninae.com"
    },
    "authentication": {
      "type": "none"
    },
    "capabilities": [
      {
        "name": "find_care_topic",
        "description": "Find relevant care topics and condition pages from a symptom, condition, or treatment interest.",
        "input_schema": {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "Symptom, condition name, or care topic."
            }
          },
          "required": ["query"]
        },
        "output": "HTML page or structured public guidance"
      },
      {
        "name": "search_health_guides",
        "description": "Search health guide articles by condition, symptom, or topic.",
        "input_schema": {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "Health topic, symptom, or condition."
            }
          },
          "required": ["query"]
        },
        "output": "HTML article list or article page"
      },
      {
        "name": "get_contact_options",
        "description": "Show available public contact options: phone, Naver booking, and KakaoTalk consultation.",
        "input_schema": {
          "type": "object",
          "properties": {
            "preferred_channel": {
              "type": "string",
              "enum": ["any", "phone", "naver_booking", "kakao"]
            }
          }
        },
        "output": "Contact and booking options"
      }
    ],
    "openapi_url": "https://suwoninae.com/openapi.json",
    "api_catalog_url": "https://suwoninae.com/.well-known/api-catalog",
    "webmcp_url": "https://suwoninae.com/.well-known/webmcp.json",
    "mcp_url": "https://suwoninae.com/.well-known/mcp.json",
    "skills_url": "https://suwoninae.com/.well-known/skills.json",
    "logo_url": "https://suwoninae.com/favicon.svg",
    "tags": ["korean-medicine", "clinic", "health-guide", "suwon", "fertility", "womens-health", "urinary-health"]
  }
]
