{
  "protocolVersion": "0.3.0",
  "name": "Smile & Holiday",
  "version": "1.0.0",
  "description": "Retrieval agent over Smile & Holiday's published treatments, prices, packages, price comparisons and FAQ. Answers are assembled from published content and cite their source URLs.",
  "url": "https://smileandholiday.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://smileandholiday.com/.well-known/agent-skills/lookup-smileandholiday-treatments/SKILL.md",
  "provider": {
    "organization": "Dent Angora Ltd. Sti.",
    "url": "https://smileandholiday.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://smileandholiday.com/api/a2a",
      "transport": "JSONRPC",
      "serviceUrl": "https://smileandholiday.com/api/a2a",
      "transportProtocol": "JSONRPC"
    }
  ],
  "capabilities": [
    {
      "id": "content-retrieval",
      "name": "Content retrieval",
      "description": "Matches a question against published treatments, packages, comparisons and FAQ entries, returning the matching records with source URLs."
    },
    {
      "id": "multilingual",
      "name": "Multilingual",
      "description": "Detects the language of the question and answers with content in English, German, Slovak, Czech, Dutch, Arabic or Turkish."
    }
  ],
  "streaming": false,
  "pushNotifications": false,
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "find-treatments",
      "name": "Find treatments and prices",
      "description": "Answer questions about the dental treatments Smile & Holiday offers in Fethiye, with published from-prices, durations and warranties, returning the treatment page URLs behind every claim.",
      "tags": [
        "dental",
        "treatments",
        "prices",
        "retrieval"
      ],
      "examples": [
        "How much do dental implants cost in Turkey?",
        "Was kosten Veneers in der Türkei?",
        "Kolik stojí zubní implantáty v Turecku?"
      ]
    },
    {
      "id": "compare-prices",
      "name": "Compare prices with the UK and EU",
      "description": "Report the published price comparison tables between treatment at Smile & Holiday and typical UK/EU prices. Prices are indicative from-prices.",
      "tags": [
        "prices",
        "comparison"
      ],
      "examples": [
        "Is dental treatment cheaper in Turkey than the UK?"
      ]
    },
    {
      "id": "trip-logistics",
      "name": "Trip logistics",
      "description": "Explain how a dental trip to Fethiye runs: Dalaman airport transfer, trip length per treatment, packages with hotel and translator, guarantees and aftercare.",
      "tags": [
        "travel",
        "logistics",
        "faq"
      ],
      "examples": [
        "How many days do I need for veneers?",
        "Which airport do I fly to?"
      ]
    }
  ]
}