{
  "name": "Suwon Inae Korean Medicine Clinic Public Guide Agent",
  "description": "Read-only public guide for suwoninae.com care topics, representative condition pages, health guide articles, location, and consultation channels.",
  "url": "https://suwoninae.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Suwon Inae Korean Medicine Clinic",
    "url": "https://suwoninae.com"
  },
  "documentationUrl": "https://suwoninae.com/llms.txt",
  "iconUrl": "https://suwoninae.com/favicon.svg",
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/html", "application/json", "text/plain"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "skills": [
    {
      "id": "find-care-topic",
      "name": "Find care topic",
      "description": "Find a care category or representative condition page from a visitor's symptom, condition name, or concern.",
      "tags": ["care-topic", "condition", "symptom", "clinic"],
      "examples": ["overactive bladder", "PCOS", "postpartum recovery", "indigestion"],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["text/html", "application/json"]
    },
    {
      "id": "search-health-guides",
      "name": "Search health guide articles",
      "description": "Search public health guide columns by symptom, condition, or health topic.",
      "tags": ["article", "health-guide", "faq", "medical-information"],
      "examples": ["irregular period", "recurrent cystitis", "neck pain", "diet"],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["text/html", "application/json"]
    },
    {
      "id": "get-contact-options",
      "name": "Get contact options",
      "description": "Return public booking and consultation routes such as phone, Naver booking, and KakaoTalk consultation.",
      "tags": ["contact", "booking", "consultation"],
      "examples": ["Naver booking", "phone consultation", "KakaoTalk"],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["text/html", "application/json"]
    }
  ],
  "links": {
    "agents": "https://suwoninae.com/agents.json",
    "wellKnownAgents": "https://suwoninae.com/.well-known/agents.json",
    "agentCard": "https://suwoninae.com/.well-known/agent-card.json",
    "openapi": "https://suwoninae.com/openapi.json",
    "mcp": "https://suwoninae.com/.well-known/mcp.json",
    "webmcp": "https://suwoninae.com/.well-known/webmcp.json",
    "apiCatalog": "https://suwoninae.com/.well-known/api-catalog",
    "agentSkills": "https://suwoninae.com/.well-known/skills.json"
  }
}
