{
  "protocolVersion": "0.3.0",
  "name": "Finance Broker Canberra Assistant",
  "description": "Enquiry-routing agent card for Finance Broker Canberra, a finance broker serving Canberra and nearby ACT districts, including the Inner North, Inner South, Belconnen, Gungahlin, Woden, Tuggeranong, Molonglo Valley and Queanbeyan. 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.financebrokercanberra.com.au/contact/",
  "provider": {
    "organization": "Finance Broker Canberra",
    "url": "https://www.financebrokercanberra.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 finance 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": [
        "finance broker",
        "mortgage broker",
        "Canberra",
        "ACT",
        "home loans"
      ],
      "examples": [
        "I am buying in Gungahlin and want to understand what documents a broker will ask for.",
        "I want to refinance a Canberra home loan and compare switching costs before applying."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.financebrokercanberra.com.au/contact/",
    "email": "info@financebrokercanberra.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."
  }
}
