{
  "webmcpVersion": "1.0",
  "name": "Profile Sync Optimization Hub Agent Tools",
  "description": "Declarative and imperative WebMCP tool specifications for autonomous AI agents navigating Profile Sync Optimization Hub in Siliguri, West Bengal.",
  "publisher": {
    "name": "Profile Sync Optimization Hub",
    "url": "https://profilesyncoptimizationhub.in",
    "email": "info@profilesyncoptimizationhub.in",
    "telephone": "+919046959330"
  },
  "tools": [
    {
      "name": "submit_consultation_inquiry",
      "description": "Submit a direct consultation or quotation inquiry for website design in Siliguri, GMB suspension recovery, WhatsApp Business API, or local digital marketing.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of the contact person or business owner"
          },
          "phone": {
            "type": "string",
            "description": "10-digit mobile or WhatsApp contact number (e.g. +91 90469 59330)"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Business or personal email address"
          },
          "service": {
            "type": "string",
            "description": "Primary service needed",
            "enum": [
              "Fix Suspended GMB Profile",
              "Website Design in Siliguri",
              "WhatsApp Business API",
              "Bulk SMS & DLT Registration",
              "Review Management System",
              "Create Google Business Profile",
              "Google Ads & Meta Ads",
              "Social Media Marketing",
              "Digital Marketing Strategy"
            ]
          },
          "message": {
            "type": "string",
            "description": "Summary of requirements, current business website, or suspension reason"
          }
        },
        "required": ["name", "phone", "service"]
      },
      "target": {
        "type": "http",
        "url": "/api/leads.php",
        "method": "POST"
      }
    },
    {
      "name": "check_suspended_gmb_profile",
      "description": "Submit a registered Google Business Profile for policy audit, suspension diagnosis, or reinstatement quote.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "businessName": {
            "type": "string",
            "description": "Registered business or brand name on Google Maps"
          },
          "phone": {
            "type": "string",
            "description": "Contact telephone or WhatsApp number"
          },
          "location": {
            "type": "string",
            "description": "Business city or locality (e.g. Siliguri, Haiderpara, Darjeeling)"
          },
          "issueType": {
            "type": "string",
            "description": "Category of GMB suspension or map issue",
            "enum": [
              "hard-suspension",
              "soft-suspension",
              "phone-rejected",
              "ranking-drop",
              "new-setup"
            ]
          }
        },
        "required": ["businessName", "phone"]
      },
      "target": {
        "type": "http",
        "url": "/api/leads.php",
        "method": "POST"
      }
    },
    {
      "name": "request_phone_callback",
      "description": "Request a direct 15-minute phone callback from the Siliguri senior optimization consultant.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "phone": {
            "type": "string",
            "description": "Mobile number to receive the immediate callback"
          }
        },
        "required": ["phone"]
      },
      "target": {
        "type": "http",
        "url": "/api/leads.php",
        "method": "POST"
      }
    }
  ]
}
