{
  "protocolVersion": "0.3.0",
  "name": "Stanthorpe Directory",
  "description": "Find trusted local businesses across Stanthorpe and the Granite Belt. Local business directory covering 13 categories across Stanthorpe.",
  "url": "https://www.stanthorpe4380.com.au",
  "provider": {
    "organization": "Stanthorpe Directory",
    "url": "https://www.stanthorpe4380.com.au"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "request-quotes",
      "name": "Request quotes from local businesses",
      "description": "Submit a service request and Stanthorpe Directory matches it to suitable local providers who respond with quotes. Free for the requester.",
      "tags": [
        "directory",
        "local-business",
        "quotes",
        "plumbers",
        "electricians",
        "builders",
        "mechanics",
        "landscapers",
        "painters",
        "cafes-restaurants",
        "accommodation"
      ],
      "examples": [
        "Find a plumber in Stanthorpe for a hot water system replacement",
        "Get quotes from plumbers near me"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "web": "https://www.stanthorpe4380.com.au/get-quotes/",
    "api": "https://www.stanthorpe4380.com.au/api/leads",
    "notes": "POST /api/leads accepts application/json, application/x-www-form-urlencoded and multipart/form-data. Include business_id (from listing pages), customer_name, customer_email, message."
  }
}