Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
simulate.json1.33 kB
{ "nodeType": "n8n-nodes-base.simulate", "displayName": "Simulate", "description": "Simulate a node", "version": 1, "properties": [ { "name": "output", "displayName": "Output", "type": "options", "default": "all", "options": [ { "name": "Returns all input items", "value": "all" }, { "name": "Specify how many of input items to return", "value": "specify" }, { "name": "Specify output as JSON", "value": "custom" } ] }, { "name": "numberOfItems", "displayName": "Number of Items", "type": "number", "default": 1, "description": "Number input of items to return, if greater then input length all items will be returned", "typeOptions": { "minValue": 1 }, "displayOptions": { "show": { "output": [ "specify" ] } } } ], "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