{
  "name": "Expose Zoom meeting operations to AI agents via MCP server",
  "nodes": [
    {
      "id": "2dd5f113-2e0a-42b1-91de-35a1e66bd04b",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "204f1d23-c33e-4775-add2-ff249a3a1f20",
      "name": "Zoom Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -440,
        -100
      ]
    },
    {
      "id": "e10938ff-cc22-4883-a86d-4bfc33905eda",
      "name": "Create a meeting",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "a267e448-0124-4938-9564-9d200ff9b512",
      "name": "Delete a meeting",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        -580,
        140
      ]
    },
    {
      "id": "8de20282-bd8d-4909-9717-5f980bea8a42",
      "name": "Get a meeting",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        -360,
        140
      ]
    },
    {
      "id": "4b56d2eb-8818-4ba5-a8ff-4fb9cc01c4f5",
      "name": "Get many meetings",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        -140,
        140
      ]
    },
    {
      "id": "a7097408-57f5-4a9c-b8fe-1b9b32ce4c08",
      "name": "Update a meeting",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        80,
        140
      ]
    },
    {
      "id": "beb0238a-2441-443f-ab29-ff1fb7790f44",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Get a meeting": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a meeting": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a meeting": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a meeting": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many meetings": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}