{
  "name": "magical-waxing-agent",
  "displayName": "Magical Waxing Agent",
  "description": "Agent for discovering Magical Waxing locations, services, pricing, and booking links across 6 metro-Atlanta salons.",
  "version": "1.0.0",
  "url": "https://magicalwaxing.com",
  "provider": {
    "organization": "Magical Waxing",
    "url": "https://magicalwaxing.com",
    "contact": "hello@magicalwaxing.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "find_location",
      "name": "Find nearest salon",
      "description": "Returns the closest Magical Waxing location given a city, ZIP code, or neighborhood.",
      "inputModes": ["text"],
      "outputModes": ["application/json"],
      "examples": ["Find a waxing salon near Sandy Springs", "Closest Magical Waxing to 30084"]
    },
    {
      "id": "get_pricing",
      "name": "Get service pricing",
      "description": "Returns starting price, duration, and category for a waxing/threading/skincare service.",
      "inputModes": ["text"],
      "outputModes": ["application/json"],
      "examples": ["How much is a Brazilian wax?", "Price of eyebrow threading"]
    },
    {
      "id": "book_appointment",
      "name": "Book an appointment",
      "description": "Returns the canonical booking URL and recommended preparation steps.",
      "inputModes": ["text"],
      "outputModes": ["application/json"],
      "examples": ["Book a Brazilian wax", "Schedule eyebrow threading in Tucker"]
    }
  ],
  "endpoints": {
    "openapi": "https://magicalwaxing.com/openapi.json",
    "skills": "https://magicalwaxing.com/.well-known/agent-skills.json",
    "data": {
      "locations": "https://magicalwaxing.com/data/locations.json",
      "services": "https://magicalwaxing.com/data/services.json"
    }
  },
  "documentationUrl": "https://magicalwaxing.com/llms-full.txt"
}
