{
  "protocolVersion": "0.3.0",
  "name": "Earthmoving Toowoomba Assistant",
  "description": "Enquiry-routing agent card for Earthmoving Toowoomba, an earthmoving information service covering Toowoomba and nearby Darling Downs communities including Highfields. This static discovery card routes all actions to a human through the contact form.",
  "version": "1.0.0",
  "url": "https://www.earthmovingtoowoomba.com.au/contact/",
  "provider": {
    "organization": "Earthmoving Toowoomba",
    "url": "https://www.earthmovingtoowoomba.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 Toowoomba earthmoving enquiry to a human. Collects contact details, suburb and project information, then hands back to the contact form. An independent provider confirms scope, availability and pricing.",
      "tags": ["earthmoving", "excavation", "Toowoomba", "Queensland"],
      "examples": ["I need a site cut for an extension in Rangeville.", "Can someone review tight access for a pool excavation in Highfields?"],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.earthmovingtoowoomba.com.au/contact/",
    "formEndpoint": "https://www.earthmovingtoowoomba.com.au/api/lead",
    "email": "info@earthmovingtoowoomba.com.au"
  }
}
