Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
WorkflowTrigger.json1.29 kB
{ "nodeType": "n8n-nodes-base.WorkflowTrigger", "displayName": "Workflow Trigger", "description": "Triggers based on various lifecycle events, like when a workflow is activated", "version": 1, "properties": [ { "name": "oldVersionNotice", "displayName": "This node is deprecated and would not be updated in the future. Please use 'n8n Trigger' node instead.", "type": "notice", "default": "" }, { "name": "events", "displayName": "Events", "type": "multiOptions", "default": [], "description": "Triggers when this workflow is updated", "required": true, "options": [ { "name": "Active Workflow Updated", "value": "update", "description": "Triggers when this workflow is updated" }, { "name": "Workflow Activated", "value": "activate", "description": "Triggers when this workflow is activated" } ] } ], "credentialsConfig": [], "io": { "inputs": [], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [], "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