{
  "protocolVersion": "0.3.0",
  "name": "Springfield Directory",
  "description": "Local businesses and services across Greater Springfield. Local business directory covering 6 categories across Springfield Lakes.",
  "url": "https://www.springfield4300.com.au",
  "provider": {
    "organization": "Springfield Directory",
    "url": "https://www.springfield4300.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 Springfield Directory matches it to suitable local providers who respond with quotes. Free for the requester.",
      "tags": [
        "directory",
        "local-business",
        "quotes",
        "trades-home-services",
        "cafes-dining",
        "health-fitness",
        "beauty-hair",
        "professional-services",
        "automotive"
      ],
      "examples": [
        "Find a plumber in Springfield Lakes for a hot water system replacement",
        "Get quotes from trades & home services near me"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "web": "https://www.springfield4300.com.au/get-quotes/",
    "api": "https://www.springfield4300.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."
  }
}