Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
form.json1.01 kB
{ "nodeType": "n8n-nodes-base.form", "displayName": "n8n Form", "description": "Generate webforms in n8n and pass their responses to the workflow", "version": 1, "properties": [ { "name": "triggerNotice", "displayName": "An n8n Form Trigger node must be set up before this node", "type": "notice", "default": "" }, { "name": "operation", "displayName": "Page Type", "type": "options", "default": "page", "options": [ { "name": "Next Form Page", "value": "page" }, { "name": "Form Ending", "value": "completion" } ] } ], "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