{
  "name": "Luke Lays Pipe",
  "description": "Nashville's specialized plumbing contractor for house flippers, real estate investors, and renovation crews. Serving Davidson, Williamson, Rutherford, Sumner, Wilson, Maury, Dickson, Cheatham, Robertson, and Hickman Counties.",
  "url": "https://lukelayspipe.com",
  "provider": {
    "organization": "Luke Lays Pipe",
    "url": "https://lukelayspipe.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "type": "a2a",
      "url": "https://lukelayspipe.com/api/a2a"
    }
  ],
  "authentication": null,
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "get_services",
      "name": "Get Services",
      "description": "Returns the complete list of plumbing services offered, including descriptions, features, process steps, FAQs, and price ranges.",
      "tags": ["plumbing", "services", "pricing"],
      "examples": [
        "What plumbing services do you offer?",
        "Do you do whole-house repiping?",
        "What's the price range for sewer line repair?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_service_details",
      "name": "Get Service Details",
      "description": "Returns full details for a specific plumbing service by slug, including features, process, FAQs, price range, and common issues.",
      "tags": ["plumbing", "services", "details"],
      "examples": [
        "Tell me about whole-house repiping",
        "What does sewer camera inspection involve?",
        "How much does water heater installation cost?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_service_areas",
      "name": "Get Service Areas",
      "description": "Returns all Nashville metro service areas with ZIP codes, neighborhoods, local plumbing challenges, and testimonials.",
      "tags": ["location", "service-area", "nashville"],
      "examples": [
        "Do you serve Brentwood?",
        "What ZIP codes do you cover in Franklin?",
        "Do you work in Murfreesboro?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_contact_info",
      "name": "Get Contact Info",
      "description": "Returns phone number, email, address, business hours, and emergency availability.",
      "tags": ["contact", "hours", "emergency"],
      "examples": [
        "What's your phone number?",
        "Are you available on weekends?",
        "Do you have 24/7 emergency service?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_faqs",
      "name": "Get FAQs",
      "description": "Returns frequently asked questions and answers for a specific plumbing service.",
      "tags": ["faq", "information"],
      "examples": [
        "What are common questions about repiping?",
        "FAQ for sewer line repair",
        "What should I know about tankless water heaters?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "request_quote",
      "name": "Request Quote",
      "description": "Submits a quote request on behalf of a customer. Sends an email notification to the business with the customer's contact info, service needed, and property address. Returns a confirmation.",
      "tags": ["quote", "booking", "contact", "actionable"],
      "examples": [
        "I need a quote for whole-house repiping at 123 Main St Nashville",
        "Request a quote for sewer camera inspection",
        "Schedule an estimate for water heater replacement"
      ],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "request_emergency_service",
      "name": "Request Emergency Service",
      "description": "Submits a priority emergency service request. Flags the request as urgent and sends an immediate notification. For burst pipes, major leaks, or system failures during active renovations.",
      "tags": ["emergency", "urgent", "24/7", "actionable"],
      "examples": [
        "Emergency: burst pipe at renovation site",
        "I have a major leak at my flip property right now",
        "Emergency plumbing needed at 456 Elm St Nashville"
      ],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
