{
  "protocolVersion": "0.3.0",
  "name": "North Shore Kitchen Renovation Assistant",
  "description": "Enquiry-routing agent card for North Shore Kitchen Renovation, a Kitchen Renovations site serving North Shore suburbs from North Sydney and Mosman through Chatswood, Lane Cove, Gordon, St Ives, Hornsby and surrounding upper North Shore areas. 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.northshorekitchenrenovation.com.au/contact/",
  "provider": {
    "organization": "North Shore Kitchen Renovation",
    "url": "https://www.northshorekitchenrenovation.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 Renovations enquiry to a human for follow-up. Collects name, phone, suburb, and a free-text enquiry, then hands back to the contact form or email. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": [
        "kitchen renovation",
        "North Shore",
        "Sydney",
        "cabinetry",
        "benchtops",
        "strata kitchens"
      ],
      "examples": [
        "I need a kitchen renovation provider for an apartment in Chatswood.",
        "Can someone contact me about custom cabinetry for a Mosman home?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.northshorekitchenrenovation.com.au/contact/",
    "formEndpoint": "https://www.northshorekitchenrenovation.com.au/api/lead",
    "phone": "",
    "email": "leads@northshorekitchenrenovation.com.au"
  }
}