Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
aiTransform.json1.08 kB
{ "nodeType": "n8n-nodes-base.aiTransform", "displayName": "AI Transform", "description": "Modify data based on instructions written in plain english", "version": 1, "properties": [ { "name": "instructions", "displayName": "Instructions", "type": "button", "default": "", "description": "Provide instructions on how you want to transform the data, then click 'Generate code'. Use dot notation to refer to nested fields (e.g. address.street).", "placeholder": "Example: Merge 'firstname' and 'lastname' into a field 'details.name' and sort by 'email'" }, { "displayName": "Code Generated For Prompt", "type": "hidden", "default": "" }, { "displayName": "Generated JavaScript", "type": "string", "default": "" } ], "credentialsConfig": [], "io": { "inputs": [], "outputs": [], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [], "produces": [] } }

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