{
  "$schema": "https://developer.chrome.com/docs/ai/webmcp",
  "name": "ITZ Adarsh — Instagram, YouTube & GMB Automation WebMCP Provider",
  "description": "Exposes browser agent tools for AI-driven Instagram DM automation, comment auto-reply, flow builder setup, ManyChat savings calculator, and multi-channel marketing.",
  "version": "1.0.0",
  "homepage": "https://bio.itzadarsh.co.in",
  "tools": [
    {
      "name": "search_instagram_automation_templates",
      "description": "Searches Instagram automation flow templates for DM lead capture, comment auto-reply, or story mention workflows.",
      "parameters": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": ["dm", "comment", "story", "chatbot", "lead_gen"],
            "description": "Category of automation"
          },
          "query": {
            "type": "string",
            "description": "Use case keyword"
          }
        },
        "required": ["category"]
      }
    },
    {
      "name": "calculate_manychat_savings",
      "description": "Calculates cost savings when switching from ManyChat to ITZ Adarsh based on active subscriber count.",
      "parameters": {
        "type": "object",
        "properties": {
          "subscriber_count": {
            "type": "number",
            "description": "Total Instagram contact subscribers"
          }
        },
        "required": ["subscriber_count"]
      }
    },
    {
      "name": "preview_comment_automation_flow",
      "description": "Generates a preview of public comment replies and private DM link dispatches.",
      "parameters": {
        "type": "object",
        "properties": {
          "trigger_keyword": {
            "type": "string",
            "description": "Required comment trigger word"
          },
          "destination_url": {
            "type": "string",
            "description": "Destination URL for DM"
          }
        },
        "required": ["trigger_keyword", "destination_url"]
      }
    }
  ]
}
