{
  "protocolVersion": "0.3.0",
  "name": "Sydney Home Loan Broker Assistant",
  "description": "Enquiry-routing agent card for Sydney Home Loan Broker, a Home Loan Broker serving Sydney home loan support for buyers, refinancers, and investors across Greater Sydney, from the Eastern Suburbs and Northern Beaches to the Western Sydney growth corridors.. 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.sydneyhomeloanbroker.com.au/contact/",
  "provider": {
    "organization": "Sydney Home Loan Broker",
    "url": "https://www.sydneyhomeloanbroker.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",
      "finance",
      "callback"
],
      "examples": [
      "I am buying my first apartment in Parramatta and want a broker to call me about deposit and pre-approval options.",
      "I want to refinance an existing Sydney home loan and compare fixed, variable, offset, and repayment options with a human broker."
],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.sydneyhomeloanbroker.com.au/contact/",
    "phone": "",
    "email": "info@sydneyhomeloanbroker.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."
  }
}
