{
  "protocolVersion": "0.3.0",
  "name": "Simply Earthworks Assistant",
  "description": "Enquiry-routing agent card for Simply Earthworks, an earthmoving service serving Adelaide CBD and metropolitan suburbs from Prospect and Norwood to Glenelg, Blackwood, Modbury, Salisbury and Golden Grove. 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.",
  "version": "1.0.0",
  "url": "https://www.simplyearthworks.com.au/contact/",
  "provider": {
    "organization": "Simply Earthworks",
    "url": "https://www.simplyearthworks.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 an earthmoving enquiry to a human for follow-up. Collects name, phone, suburb, and a free-text enquiry, then hands back to the contact form (https://www.simplyearthworks.com.au/api/lead). Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": ["earthmoving", "excavation", "site cuts", "Adelaide", "South Australia"],
      "examples": ["I need a tight-access excavation for a backyard project in Norwood.", "Can someone review a site cut and spoil removal job in Golden Grove?"],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.simplyearthworks.com.au/contact/",
    "formEndpoint": "https://www.simplyearthworks.com.au/api/lead",
    "email": "info@simplyearthworks.com.au"
  }
}
