{
  "protocolVersion": "0.3.0",
  "name": "Sydney Conveyancers Assistant",
  "description": "Enquiry-routing agent card for Sydney Conveyancers, a Sydney conveyancing enquiry service for Fixed-fee property conveyancing across Greater Sydney, supporting buyers and sellers with access to licensed conveyancers and solicitors from the CBD to the Eastern Suburbs, North Shore, Hills District and Western Sydney. It advertises that the business takes enquiries and how to reach a human. It does NOT provide legal advice, fee figures, or eligibility decisions; those require a NSW licensed conveyancer or solicitor. This is a static discovery card with no automated endpoint; all actions hand back to a human via the contact form or phone.",
  "version": "1.0.0",
  "url": "https://www.sydneyconveyancers.net.au/contact/",
  "provider": {
    "organization": "Sydney Conveyancers",
    "url": "https://www.sydneyconveyancers.net.au/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "request-consultation",
      "name": "Request Consultation",
      "description": "Routes a conveyancing enquiry to a NSW licensed conveyancer or solicitor for follow-up. Collects name, phone, and a free-text enquiry, then hands back to the contact form or phone. Does NOT return fee figures, eligibility, or legal advice; this is specialist work and all advice is given by a conveyancer or solicitor after assessment.",
      "tags": [
        "conveyancing",
        "property settlement",
        "Sydney",
        "NSW",
        "licensed conveyancer",
        "referral"
      ],
      "examples": [
        "I am buying a house in Parramatta and need a fixed-fee conveyancing quote.",
        "I am selling a unit in Bondi Junction and need help with the vendor disclosure documents."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.sydneyconveyancers.net.au/contact/",
    "phone": "+61251353425",
    "email": "info@sydneyconveyancers.net.au"
  },
  "x-compliance": {
    "noAutomatedAdvice": true,
    "disclaimer": "This agent interface provides no legal advice, fee figures, or eligibility. Conveyancing in NSW is specialist work; all advice is provided by a licensed conveyancer or solicitor after a personal assessment."
  }
}