Skip to content

Instantly share code, notes, and snippets.

@codeSTACKr
Created January 15, 2026 21:44
Show Gist options
  • Select an option

  • Save codeSTACKr/71975954823b6958c8df261936038113 to your computer and use it in GitHub Desktop.

Select an option

Save codeSTACKr/71975954823b6958c8df261936038113 to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"parameters": {
"path": "4257b4b3-7239-4329-b407-cf3fe91c149a"
},
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"typeVersion": 2,
"position": [
-376,
-144
],
"id": "64d77c05-07a8-4894-bb44-8e6fe9663605",
"name": "MCP Server Trigger",
"webhookId": "4257b4b3-7239-4329-b407-cf3fe91c149a"
},
{
"parameters": {},
"type": "@n8n/n8n-nodes-langchain.toolCalculator",
"typeVersion": 1,
"position": [
-496,
80
],
"id": "dfd2012b-2846-418e-9c47-7512e6a4d3da",
"name": "Calculator"
},
{
"parameters": {
"documentId": {
"__rl": true,
"mode": "list",
"value": ""
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": ""
}
},
"type": "n8n-nodes-base.googleSheetsTool",
"typeVersion": 4.7,
"position": [
-368,
80
],
"id": "930cf262-eae2-4db1-b74b-5743a457aac8",
"name": "get_orders",
"credentials": {
}
},
{
"parameters": {
"documentId": {
"__rl": true,
"mode": "list",
"value": ""
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": ""
}
},
"type": "n8n-nodes-base.googleSheetsTool",
"typeVersion": 4.7,
"position": [
-240,
80
],
"id": "768a99b2-302f-4bdd-8019-7e2eb0001a33",
"name": "get_menu",
"credentials": {
}
},
{
"parameters": {
"operation": "append",
"documentId": {
"__rl": true,
"mode": "list",
"value": ""
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": ""
}
},
"type": "n8n-nodes-base.googleSheetsTool",
"typeVersion": 4.7,
"position": [
-112,
80
],
"id": "557aeb1a-9e4b-44fa-885e-b1a8d12ece45",
"name": "take_order",
"credentials": {
}
}
],
"connections": {
"Calculator": {
"ai_tool": [
[
{
"node": "MCP Server Trigger",
"type": "ai_tool",
"index": 0
}
]
]
},
"get_orders": {
"ai_tool": [
[
{
"node": "MCP Server Trigger",
"type": "ai_tool",
"index": 0
}
]
]
},
"get_menu": {
"ai_tool": [
[
{
"node": "MCP Server Trigger",
"type": "ai_tool",
"index": 0
}
]
]
},
"take_order": {
"ai_tool": [
[
{
"node": "MCP Server Trigger",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "7b127076eeb1af57bd975513c598055acebda136a06f963d8b02be93b46c4c98"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment