{
  "nodes": [
    {
      "id": "06d09e42-7d28-46b2-b3dc-4ef15c2f8d03",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1480,
        -180
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## \ud83d\udee0\ufe0f LoneScale Tool MCP Server\n\n### \ud83d\udccb Available Operations (2 total)\n\n**List**: create\n**Item**: add\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure LoneScale Tool authentication in one tool node then open and close all others.\n2. **\ud83d\ude80 Activate**: Enable this workflow to start your MCP server\n3. **\ud83d\udd17 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **\ud83e\udd16 Connect**: Use MCP URL in your AI agent configurations\n\n### \u2728 Ready-to-Use Features\n\n\u2022 Zero configuration - all 2 operations pre-built\n\u2022 AI agents automatically populate parameters via `$fromAI()` expressions\n\u2022 Every resource and operation combination available\n\u2022 Native n8n error handling and response formatting\n\u2022 Modify parameter defaults in any tool node as needed\n\n### \ud83d\udcac Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
      },
      "typeVersion": 1
    },
    {
      "id": "d1ab9aaa-c7c0-45fe-927f-49c89ae14004",
      "name": "LoneScale Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -700,
        -120
      ],
      "parameters": {
        "path": "lonescale-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "483990ff-5beb-4cf3-a8d3-392c6880fc38",
      "name": "Create a list",
      "type": "n8n-nodes-base.loneScaleTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "name": "={{ $fromAI('Name', ``, 'string') }}",
        "type": "={{ $fromAI('Type', ``, 'string') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "4a0abf2d-3b51-4a1a-ae4f-09144b810880",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## List"
      },
      "typeVersion": 1
    },
    {
      "id": "1375464b-b3b2-4b06-abdd-df563678456f",
      "name": "Create a item",
      "type": "n8n-nodes-base.loneScaleTool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "list": "={{ $fromAI('List', ``, 'string') }}",
        "type": "={{ $fromAI('Type', ``, 'string') }}",
        "resource": "item",
        "last_name": "={{ $fromAI('Last_Name', ``, 'string') }}",
        "first_name": "={{ $fromAI('First_Name', ``, 'string') }}",
        "company_name": "={{ $fromAI('Company_Name', ``, 'string') }}",
        "peopleAdditionalFields": {},
        "companyAdditionalFields": {}
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "a2dc6b73-fc67-480a-9edf-620d061ab29a",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "content": "## Item"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Create a item": {
      "ai_tool": [
        [
          {
            "node": "LoneScale Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a list": {
      "ai_tool": [
        [
          {
            "node": "LoneScale Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}