{
  "protocolVersion": "0.3.0",
  "name": "Sport Clips South Florida Concierge",
  "description": "Answers questions about the four Sport Clips Haircuts locations in Palm Beach County, Florida — where they are, when they are open, what they cut, what it costs to skip the wait, and which coupons are live.",
  "version": "1.0.0",
  "url": "https://menshairpalmbeach.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://menshairpalmbeach.com/a2a", "transport": "JSONRPC" }
  ],
  "additionalInterfaces": [
    { "url": "https://menshairpalmbeach.com/a2a", "transport": "JSONRPC" }
  ],
  "provider": {
    "organization": "Team Sachse — Sport Clips Franchisee",
    "url": "https://menshairpalmbeach.com"
  },
  "iconUrl": "https://menshairpalmbeach.com/images/sport-clips-logo.png",
  "documentationUrl": "https://menshairpalmbeach.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "find-location",
      "name": "Find a location",
      "description": "Find the nearest Sport Clips in Palm Beach County from a ZIP code, city, or coordinates, and return its address, phone number, and plaza.",
      "tags": ["locations", "directions", "local-search"],
      "examples": [
        "Which Sport Clips is closest to 33414?",
        "Where is the Sport Clips in Jupiter?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "check-hours",
      "name": "Check hours",
      "description": "Report opening hours for any location and whether it is open right now (America/New_York).",
      "tags": ["hours", "availability"],
      "examples": [
        "Is the Wellington Sport Clips open right now?",
        "What time does the Lake Worth store close on Sunday?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "explain-services",
      "name": "Explain services",
      "description": "Describe the haircut and grooming services offered, including exactly what the signature MVP Experience includes.",
      "tags": ["services", "haircut", "mvp"],
      "examples": [
        "What is included in the MVP haircut?",
        "Do you trim beards?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "current-offers",
      "name": "Current offers",
      "description": "Return live coupons and promotions with their codes, terms, and expiration dates.",
      "tags": ["coupons", "offers", "promotions"],
      "examples": ["Are there any Sport Clips coupons right now?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "check-in-help",
      "name": "Online check-in help",
      "description": "Explain how to join the lineup online or in the Sport Clips app before arriving, and hand back the correct links.",
      "tags": ["check-in", "waitlist", "app"],
      "examples": ["How do I check in online before I drive over?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    }
  ]
}
