{
  "protocolVersion": "0.3.0",
  "name": "Home Loan Broker Sydney Assistant",
  "description": "Enquiry-routing agent card for Home Loan Broker Sydney, a home loan broker serving Greater Sydney, from Parramatta and Liverpool to the North Shore, Eastern Suburbs and the Sutherland Shire. Advertises that the business takes enquiries and how to reach a human. It does NOT provide credit advice, loan amounts, interest rates, or eligibility decisions - those require a licensed 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.homeloanbrokersydney.com.au/contact/",
  "provider": {
    "organization": "Home Loan Broker Sydney",
    "url": "https://www.homeloanbrokersydney.com.au/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "request-broker-callback",
      "name": "Request Callback",
      "description": "Routes a home loan broker enquiry to a licensed human for follow-up. Collects name, phone, and a free-text enquiry, then hands back to the contact form or phone. Does NOT return quotes, rates, loan amounts, borrowing capacity, or eligibility - this business is regulated under Australian credit law and all advice is given by a person after assessment.",
      "tags": ["home loan broker","mortgage broker","Sydney","NSW","first home buyer","refinance","investment loan"],
      "examples": ["I'm a first home buyer in Parramatta with a 5% deposit - can someone call me about my options?","I want to refinance my Sydney home loan, please have a broker get in touch."],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.homeloanbrokersydney.com.au/contact/",
    "phone": "",
    "email": "info@homeloanbrokersydney.com.au"
  },
  "x-compliance": {
    "noAutomatedAdvice": true,
    "disclaimer": "This agent interface provides no credit advice, quotes, rates, or eligibility. All advice is provided by a licensed human after a personal assessment."
  }
}
