{
  "name": "AI agent managed 🛠️ Google Contacts tool MCP server 💪 5 operations",
  "nodes": [
    {
      "id": "2ed7dbcc-ca96-4585-b696-4bf375bbe41c",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "978e2c6c-bb7d-4474-9450-a1251df314ad",
      "name": "Google Contacts Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -420,
        -240
      ]
    },
    {
      "id": "7d747774-3672-4b0e-a3c9-86c992076af4",
      "name": "Create a contact",
      "type": "n8n-nodes-base.googleContactsTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "093cedfd-5fd5-457c-8f5d-8338a1e1b9a3",
      "name": "Delete a contact",
      "type": "n8n-nodes-base.googleContactsTool",
      "position": [
        -580,
        140
      ]
    },
    {
      "id": "8fd96100-a77a-49b9-a5a7-8a810415466a",
      "name": "Get a contact",
      "type": "n8n-nodes-base.googleContactsTool",
      "position": [
        -360,
        140
      ]
    },
    {
      "id": "f183dee4-5d4b-42a3-95fc-7df14151fbbb",
      "name": "Get many contacts",
      "type": "n8n-nodes-base.googleContactsTool",
      "position": [
        -140,
        140
      ]
    },
    {
      "id": "1fdc28b2-76f7-4ca6-bd8d-1798dd639b71",
      "name": "Update a contact",
      "type": "n8n-nodes-base.googleContactsTool",
      "position": [
        80,
        140
      ]
    },
    {
      "id": "53c4811f-cd76-4e2e-8f69-82319b354e08",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Get a contact": {
      "ai_tool": [
        [
          {
            "node": "Google Contacts Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a contact": {
      "ai_tool": [
        [
          {
            "node": "Google Contacts Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a contact": {
      "ai_tool": [
        [
          {
            "node": "Google Contacts Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a contact": {
      "ai_tool": [
        [
          {
            "node": "Google Contacts Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many contacts": {
      "ai_tool": [
        [
          {
            "node": "Google Contacts Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}