{
  "mcpVersion": "2024-11-05",
  "tools": [
    {
      "name": "diagnostic_solution_finder",
      "description": "Recommends a specific WSS product solution based on a customer pain point (e.g. mosquitoes, noise, wfh, rotting_cabinets, bathroom_door, leaks).",
      "inputSchema": {
        "type": "object",
        "properties": {
          "pain_id": {
            "type": "string",
            "description": "The slug or ID of the pain point (e.g. mosquitoes, noise, wfh, rotting_cabinets, bathroom_door, leaks, fumes, safety)"
          }
        },
        "required": ["pain_id"]
      },
      "url": "https://www.wss.com.sg/api/webmcp/solution_finder",
      "method": "GET"
    }
  ]
}
