Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
executeCommand.json918 B
{ "nodeType": "n8n-nodes-base.executeCommand", "displayName": "Execute Command", "description": "Executes a command on the host", "version": 1, "properties": [ { "name": "executeOnce", "displayName": "Execute Once", "type": "boolean", "default": true, "description": "Whether to execute only once instead of once for each entry" }, { "name": "command", "displayName": "Command", "type": "string", "default": "", "description": "The command to execute", "placeholder": "echo \"test\"", "required": true, "typeOptions": { "rows": 5 } } ], "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