{
  "protocolVersion": "0.3.0",
  "name": "toowoombaseo.com.au Assistant",
  "description": "Enquiry-routing agent card for toowoombaseo.com.au, AU. Advertises that the business takes enquiries and how to reach a human. This is a static discovery card with no automated JSON-RPC endpoint; all actions hand back to a human via the contact form or phone.",
  "version": "1.0.0",
  "url": "https://www.toowoombaseo.com.au/#contact",
  "provider": {
    "organization": "toowoombaseo.com.au",
    "url": "https://www.toowoombaseo.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 enquiry to a human at toowoombaseo.com.au for follow-up. Collects name, phone, and a free-text enquiry, then hands back to the contact form or phone.",
      "tags": [
        "toowoombaseo.com.au",
        "other",
        "enquiry",
        "callback"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.toowoombaseo.com.au/#contact",
    "phone": null,
    "email": "hello@toowoombaseo.com.au"
  },
  "x-compliance": {
    "noAutomatedAdvice": true,
    "disclaimer": "This agent interface routes enquiries to a human; any prices or estimates are indicative only and confirmed by the business."
  }
}
