{
  "name": "Australian Wedding Celebrants Directory",
  "version": "1.0.0",
  "description": "Australian Wedding Celebrants is a directory of Commonwealth-authorised marriage celebrants across Australia. This agent exposes two capabilities: search_celebrants (read-only directory search) and enquire_celebrant (relay a qualified wedding enquiry to a specific celebrant's own email address). The celebrant replies directly to the couple; the directory is not a party to any conversation, booking, or commercial arrangement that follows. This relay exists as a free service to celebrants in the directory — no commission, no contract, pass-through only.",
  "supportedInterfaces": [
    {
      "url": "https://api.australianweddingcelebrants.com.au/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "organization": "Australian Wedding Celebrants",
    "url": "https://australianweddingcelebrants.com.au"
  },
  "documentationUrl": "https://australianweddingcelebrants.com.au/ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search_celebrants",
      "name": "Search celebrants",
      "description": "Free-text search over the directory by celebrant name, location, or profile description. Returns up to 25 matches sorted Luminary → Endorsed → Registered.",
      "tags": [
        "wedding",
        "celebrant",
        "search",
        "directory"
      ],
      "examples": [
        "Find celebrants in Hobart",
        "Who celebrates LGBTQIA+ weddings in Melbourne?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "enquire_celebrant",
      "name": "Enquire about a celebrant",
      "description": "Send a qualified wedding enquiry to a specific celebrant by directory slug. The celebrant receives an email with the couple's details and replies directly to them. Minimum info required: couple names + email, wedding date, location, and at least a short description of the ceremony.",
      "tags": [
        "wedding",
        "celebrant",
        "enquiry",
        "email"
      ],
      "examples": [
        "Enquire about josh-withers-ybt9 for 2027-05-14 in Hobart, 40 guests, humanist"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}
