Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
executionData.json1.48 kB
{ "nodeType": "n8n-nodes-base.executionData", "displayName": "Execution Data", "description": "Add execution data for search", "version": [ 1, 1.1 ], "properties": [ { "name": "notice", "displayName": "Save important data using this node. It will be displayed on each execution for easy reference and you can filter by it.<br />Filtering is available on Pro and Enterprise plans. <a href='https://n8n.io/pricing/' target='_blank'>More Info</a>", "type": "notice", "default": "" }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "save", "options": [ { "name": "Save Highlight Data (for Search/review)", "value": "save" } ] }, { "name": "dataToSave", "displayName": "Data to Save", "type": "fixedCollection", "default": {}, "placeholder": "Add Saved Field", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "operation": [ "save" ] } } } ], "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