{
  "protocolVersion": "0.3.0",
  "name": "Magical Waxing Franchise",
  "description": "Informational agent for the Magical Waxing® franchise: investment details, services, locations, and inquiry intake.",
  "url": "https://magicalwaxingfranchise.com",
  "provider": {
    "organization": "Magical Waxing Franchise",
    "url": "https://magicalwaxingfranchise.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://magicalwaxingfranchise.com/llms.txt",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://magicalwaxingfranchise.com/api/public/inquiry-email",
      "transport": "HTTP+JSON"
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "request-franchise-info",
      "name": "Request franchise information",
      "description": "Submit an inquiry to receive Magical Waxing franchise discovery materials (FDD, investment details, territory availability).",
      "tags": [
        "franchise",
        "inquiry",
        "lead"
      ],
      "examples": [
        "I want franchise information for the Atlanta area.",
        "Send me the FDD for Magical Waxing."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "find-location",
      "name": "Find a corporate location",
      "description": "Look up Magical Waxing corporate salon locations in metro Atlanta.",
      "tags": [
        "locations",
        "salons",
        "atlanta"
      ],
      "examples": [
        "Where is the closest Magical Waxing to Buckhead?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "compare-competitors",
      "name": "Compare against competitor brands",
      "description": "Get a side-by-side comparison of Magical Waxing vs. EWC, Waxing the City, Radiant Waxing, Uni K Wax, Hello Sugar, Amazing Lash, and Brazilian Wax by Andreia.",
      "tags": [
        "comparison",
        "competitors"
      ],
      "examples": [
        "How does Magical Waxing compare to EWC?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ]
}