Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
functionItem.json960 B
{ "nodeType": "n8n-nodes-base.functionItem", "displayName": "Function Item", "description": "Run custom function code which gets executed once per item", "version": 1, "properties": [ { "name": "notice", "displayName": "A newer version of this node type is available, called the ‘Code’ node", "type": "notice", "default": "" }, { "name": "functionCode", "displayName": "JavaScript Code", "type": "string", "default": null, "description": "The JavaScript code to execute for each item", "typeOptions": { "rows": 10 } } ], "credentialsConfig": [], "io": { "inputs": [ "Main" ], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [ "Main" ], "produces": [ "Main" ] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ifmelate/n8n-workflow-builder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server