{
  "protocolVersion": "0.3.0",
  "name": "Melbourne Kitchen Reno Assistant",
  "description": "Enquiry-routing agent card for Melbourne Kitchen Reno, a kitchen renovation referral and enquiry service serving Kitchen renovation support for Melbourne homeowners from VBA-registered renovators across the metro area, from Werribee to Ringwood and Brighton to Brunswick. Advertises that the business takes enquiries and how to reach a human. This is a static discovery card; all actions hand back to a human via the contact form or email.",
  "version": "1.0.0",
  "url": "https://www.melbournekitchenreno.com.au/contact/",
  "provider": {
    "organization": "Melbourne Kitchen Reno",
    "url": "https://www.melbournekitchenreno.com.au/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "request-service-callback",
      "name": "Request Service Callback",
      "description": "Routes a kitchen renovation enquiry to a human for follow-up. Collects name, suburb, and a free-text enquiry, then hands back to the contact form (https://www.melbournekitchenreno.com.au/api/lead) or email. Returns no automated quote; the matched VBA-registered renovator confirms scope, availability and pricing.",
      "tags": [
        "kitchen renovation",
        "melbourne",
        "custom cabinetry",
        "benchtop installation",
        "victoria",
        "enquiry service"
      ],
      "examples": [
        "I want a full kitchen renovation in Brighton, roughly mid-range budget. Can someone contact me?",
        "Looking for a custom cabinetry quote for an apartment kitchen in Richmond."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.melbournekitchenreno.com.au/contact/",
    "formEndpoint": "https://www.melbournekitchenreno.com.au/api/lead",
    "phone": "",
    "email": "info@melbournekitchenreno.com.au"
  }
}
