{
  "name": "Build a scalable AI chatbot with GPT-4 and Pipedream: Calendly, Gmail integration",
  "nodes": [
    {
      "id": "d498ed94-65f4-4560-a186-ba324506f73f",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        16,
        -64
      ]
    },
    {
      "id": "866a327c-22a2-4a3a-8993-75ae9e836c71",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        240,
        -64
      ]
    },
    {
      "id": "457b6172-4519-4bf9-aa84-44dbf14befb6",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        112,
        144
      ]
    },
    {
      "id": "cd652804-a75c-4efd-b197-92810f94bb5f",
      "name": "Calendly",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        400,
        144
      ]
    },
    {
      "id": "ae996f82-1e34-486a-af82-2fdcfe32c3d9",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        256,
        144
      ]
    },
    {
      "id": "4465fc4e-68b0-456d-828a-bff296038a34",
      "name": "Gmail",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        512,
        144
      ]
    },
    {
      "id": "32e919f8-6e73-4aa3-9148-93f920930f3b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        -768
      ],
      "parameters": {
        "width": 624,
        "height": 656,
        "content": "## Pipedream's MCP server\n\nAdd 2,700+ APIs and 10,000+ tools to your AI assistant for free. Connect your accounts securely and revoke access at any time.\n\n![image](https://n3wstorage.b-cdn.net/n3wital"
      }
    },
    {
      "id": "79a54171-4f68-418c-8ad2-b30e2ed23fe5",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        288,
        -768
      ],
      "parameters": {
        "width": 624,
        "height": 656,
        "content": "### How to work\n\n- Sign up on [Pipedream](https://mcp.pipedream.com/)\n- Manage your MCP server and connected accounts\n- Copy and paste your MCP Server URL https://mcp.pipedream.net/xxx/{app_slug} into"
      }
    }
  ],
  "connections": {
    "Gmail": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Calendly": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}