Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
amqp.json2.46 kB
{ "nodeType": "n8n-nodes-base.amqp", "displayName": "AMQP Sender", "description": "Sends a raw-message via AMQP 1.0, executed once per item", "version": 1, "properties": [ { "name": "sink", "displayName": "Queue / Topic", "type": "string", "default": "", "description": "Name of the queue of topic to publish to", "placeholder": "e.g. topic://sourcename.something" }, { "name": "headerParametersJson", "displayName": "Headers", "type": "json", "default": "", "description": "Header parameters as JSON (flat object). Sent as application_properties in amqp-message meta info." }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "Will be used to pass to the RHEA Backend as container_id", "placeholder": "Add option", "options": [ { "name": "containerId", "displayName": "Container ID", "type": "string", "default": "", "description": "Will be used to pass to the RHEA Backend as container_id" }, { "name": "dataAsObject", "displayName": "Data as Object", "type": "boolean", "default": false, "description": "Whether to send the data as an object" }, { "name": "reconnect", "displayName": "Reconnect", "type": "boolean", "default": true, "description": "Whether to automatically reconnect if disconnected" }, { "name": "reconnectLimit", "displayName": "Reconnect Limit", "type": "number", "default": 50, "description": "Maximum number of reconnect attempts" }, { "name": "sendOnlyProperty", "displayName": "Send Property", "type": "string", "default": "", "description": "The only property to send. If empty the whole item will be sent." } ] } ], "credentialsConfig": [ { "name": "amqp", "required": true }, { "name": "sink", "required": false } ], "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