{
  "schema_version": "1.0",
  "name": "Mentor Tech",
  "description": "Professional certification and digital transformation training platform. Offers GAQM-accredited certifications, AI workshops, and consulting services across the Middle East.",
  "url": "https://www.my-mentora.com",
  "contact_email": "info@my-mentora.com",
  "logo": "https://www.my-mentora.com/my-mentora.webp",
  "tools": [
    {
      "name": "contact",
      "description": "Send a contact inquiry to the Mentor Tech team. Use this when a user wants to ask a question, request information, or get in touch.",
      "url": "https://www.my-mentora.com/contact",
      "form_selector": "#contact-form",
      "method": "POST",
      "parameters": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of the person contacting Mentor Tech"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Email address to receive the reply"
          },
          "phoneNumber": {
            "type": "string",
            "description": "Phone number (optional, international format preferred)"
          },
          "subject": {
            "type": "string",
            "description": "Subject or topic of the inquiry"
          },
          "message": {
            "type": "string",
            "description": "Detailed message or question"
          }
        },
        "required": ["name", "email", "subject", "message"]
      }
    },
    {
      "name": "newsletter_subscribe",
      "description": "Subscribe to the Mentor Tech weekly newsletter for professional development tips, certification updates, and digital transformation insights.",
      "url": "https://www.my-mentora.com",
      "form_selector": "#newsletter-form",
      "method": "POST",
      "parameters": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "format": "email",
            "description": "Email address to receive the newsletter"
          }
        },
        "required": ["email"]
      }
    },
    {
      "name": "consultation_request",
      "description": "Request a free consultation with the Mentor Tech team about professional certifications, digital transformation strategy, or business consulting.",
      "url": "https://www.my-mentora.com/consultation",
      "form_selector": "#consultation-form",
      "method": "POST",
      "parameters": {
        "type": "object",
        "properties": {
          "phoneNumber": {
            "type": "string",
            "description": "Phone number for the consultation call (optional)"
          },
          "topic": {
            "type": "string",
            "description": "Primary topic or area for the consultation",
            "enum": [
              "certification-guidance",
              "digital-transformation",
              "business-consulting",
              "ai-training",
              "seo-marketing",
              "other"
            ]
          },
          "message": {
            "type": "string",
            "description": "Additional context about the consultation need"
          }
        },
        "required": ["topic"]
      }
    }
  ]
}
