{
  "protocolVersion": "0.3.0",
  "name": "Sydney Tree Services Assistant",
  "description": "Enquiry-routing agent card for Sydney Tree Services, a Tree Services business helping Sydney property owners with tree removal, pruning, stump grinding, arborist reports and emergency tree work across the North Shore, Eastern Suburbs, Inner West, Northern Beaches, Hills District, Western Sydney and Sutherland Shire. 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.sydneytrees.net.au/contact/",
  "provider": {
    "organization": "Sydney Tree Services",
    "url": "https://www.sydneytrees.net.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 Tree Services 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.sydneytrees.net.au/api/lead) or email. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": ["tree services", "Sydney", "arborist", "tree removal", "tree pruning", "stump grinding", "arborist report", "emergency tree work"],
      "examples": [
        "I need a quote to remove a large gum tree in Castle Hill. The tree is close to power lines and I am not sure if I need council approval.",
        "Can someone inspect the palms in our Manly strata building and give us a maintenance schedule and price?"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.sydneytrees.net.au/contact/",
    "formEndpoint": "https://www.sydneytrees.net.au/api/lead",
    "phone": "",
    "email": "info@sydneytrees.net.au"
  }
}
