{
  "version": "1.0",
  "tools": [
    {
      "name": "contact_equindus",
      "description": "Send a contact request to Equindus S.à.r.l. for professional equipment inquiries (garage lifts, car wash, elevated parking, woodworking).",
      "endpoint": "https://equindus.lu/contact/",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": { "type": "string", "description": "Full name of the contact" },
          "phone": { "type": "string", "description": "Phone number" },
          "email": { "type": "string", "description": "Email address" },
          "category": { "type": "string", "description": "Product category of interest" },
          "message": { "type": "string", "description": "Message or inquiry details" }
        },
        "required": ["name", "email", "message"]
      }
    }
  ]
}
