{
  "schema_version": "1.0",
  "name": "BuzzzTech",
  "description": "AI-powered facilities cleaning management platform. Demand-based, data-driven smart cleaning for commercial, retail, healthcare and hospitality environments.",
  "url": "https://buzzztech.com",
  "contact": "info@buzzztech.com",
  "tools": [
    {
      "name": "request_demo",
      "description": "Request a product demonstration from BuzzzTech. A local representative will respond within one business day.",
      "url": "https://buzzztech.com/contact",
      "method": "POST",
      "input_schema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of the contact person"
          },
          "company": {
            "type": "string",
            "description": "Company or organization name"
          },
          "role": {
            "type": "string",
            "description": "Job title or role (e.g. Facility Manager)"
          },
          "country": {
            "type": "string",
            "description": "Country where the facility is located"
          },
          "phone": {
            "type": "string",
            "description": "Phone number including country code"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Email address for follow-up"
          },
          "message": {
            "type": "string",
            "description": "Additional message, questions or facility details"
          }
        },
        "required": ["name", "email"]
      }
    },
    {
      "name": "get_products",
      "description": "List all BuzzzTech platform modules with descriptions and links.",
      "url": "https://buzzztech.com/products",
      "method": "GET",
      "output_schema": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "name": { "type": "string" },
            "description": { "type": "string" },
            "url": { "type": "string", "format": "uri" }
          },
          "required": ["name", "description", "url"]
        }
      }
    },
    {
      "name": "get_case_study",
      "description": "Retrieve the BuzzzTech case study showing real-world results: 1,430 hours saved per month and 72% reduction in complaints.",
      "url": "https://buzzztech.com/case-study",
      "method": "GET"
    }
  ]
}
