{
  "name": "🛠️ Google Tasks tool MCP server 💪 all 5 operations",
  "nodes": [
    {
      "id": "99c16197-1c90-4460-8182-94098900827e",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -260
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "68bd3243-b303-41b9-a38a-8a8c74ab0ba0",
      "name": "Google Tasks Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -420,
        -240
      ]
    },
    {
      "id": "85c705b9-eaf3-4c97-8755-d1e6441525a4",
      "name": "Create a task",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "c3b815df-64b3-40c2-a0ed-224f30665c8d",
      "name": "Delete a task",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        -580,
        140
      ]
    },
    {
      "id": "d131cc92-7913-43ab-accd-7aac8cbb29fd",
      "name": "Get a task",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        -360,
        140
      ]
    },
    {
      "id": "d8c4b975-f3a3-4116-96a3-16ef22cece12",
      "name": "Get many tasks",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        -140,
        140
      ]
    },
    {
      "id": "2809dac1-de63-4350-81f4-4f2d82c8d735",
      "name": "Update a task",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        80,
        140
      ]
    },
    {
      "id": "3b0c85e9-673d-4b33-be98-9ce1500fc95f",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Get a task": {
      "ai_tool": [
        [
          {
            "node": "Google Tasks Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a task": {
      "ai_tool": [
        [
          {
            "node": "Google Tasks Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a task": {
      "ai_tool": [
        [
          {
            "node": "Google Tasks Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a task": {
      "ai_tool": [
        [
          {
            "node": "Google Tasks Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many tasks": {
      "ai_tool": [
        [
          {
            "node": "Google Tasks Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}