{
  "protocolVersion": "0.3.0",
  "name": "Top Tree Removal Canberra Assistant",
  "description": "Enquiry-routing agent card for Top Tree Removal Canberra, an information and enquiry website for tree services across Canberra and the ACT urban area. This is a static discovery card; all actions hand back to a human through the contact form.",
  "version": "1.0.0",
  "url": "https://www.toptreeremovalcanberra.com.au/contact/",
  "provider": {
    "organization": "Top Tree Removal Canberra",
    "url": "https://www.toptreeremovalcanberra.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 Canberra tree-services enquiry to a human for follow-up. Collects name, phone, email, suburb, consent and a free-text enquiry, then hands back to the contact form. Returns no automated price, timing or provider commitment; a person confirms scope, availability and pricing.",
      "tags": ["tree removal", "tree services", "Canberra", "ACT"],
      "examples": [
        "I need help planning removal of a storm-damaged tree in Belconnen.",
        "I want to compare pruning and removal options for a protected tree in Deakin."
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.toptreeremovalcanberra.com.au/contact/",
    "formEndpoint": "https://www.toptreeremovalcanberra.com.au/api/lead",
    "email": "info@toptreeremovalcanberra.com.au"
  }
}
