{
  "name": "Suwon Inae public agent skills",
  "version": "1.0.0",
  "homepage": "https://suwoninae.com",
  "openapi_url": "https://suwoninae.com/openapi.json",
  "skills": [
    {
      "id": "find-care-topic",
      "name": "Find care topic",
      "description": "Map a symptom, condition name, or health concern to public care topic pages.",
      "url": "https://suwoninae.com/guide",
      "readOnly": true,
      "input_schema": {
        "type": "object",
        "properties": {
          "query": {"type": "string", "description": "Symptom, condition, or care topic."}
        },
        "required": ["query"]
      },
      "tags": ["care-topic", "condition", "symptom"]
    },
    {
      "id": "search-health-guides",
      "name": "Search health guide articles",
      "description": "Find public health guide columns by condition, symptom, or treatment topic.",
      "url": "https://suwoninae.com/health-guide",
      "readOnly": true,
      "input_schema": {
        "type": "object",
        "properties": {
          "query": {"type": "string", "description": "Health topic, symptom, or condition."}
        },
        "required": ["query"]
      },
      "tags": ["article", "health-guide", "faq"]
    },
    {
      "id": "get-contact-options",
      "name": "Get contact options",
      "description": "Return public consultation channels: phone, Naver booking, KakaoTalk consultation, and location page.",
      "url": "https://suwoninae.com/reservation",
      "readOnly": true,
      "input_schema": {
        "type": "object",
        "properties": {
          "preferred_channel": {"type": "string", "enum": ["any", "phone", "naver_booking", "kakao"]}
        }
      },
      "tags": ["booking", "contact", "clinic"]
    }
  ]
}
