Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
bannerbear.json4.09 kB
{ "nodeType": "n8n-nodes-base.bannerbear", "displayName": "Bannerbear", "description": "Consume Bannerbear API", "version": 1, "properties": [ { "name": "templateId", "displayName": "Template Name or ID", "type": "options", "default": "", "description": "The template ID you want to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "required": true, "displayOptions": { "show": { "resource": [ "image" ], "operation": [ "create" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "Metadata that you need to store e.g. ID of a record in your DB", "placeholder": "Add Field", "options": [ { "name": "metadata", "displayName": "Metadata", "type": "string", "default": "", "description": "Metadata that you need to store e.g. ID of a record in your DB" }, { "name": "waitForImage", "displayName": "Wait for Image", "type": "boolean", "default": false, "description": "Whether to wait for the image to be proccesed before returning. If after three tries the images is not ready, an error will be thrown. Number of tries can be increased by setting \"Wait Max Tries\"." } ], "typeOptions": { "minValue": 1, "maxValue": 10 }, "displayOptions": { "show": { "resource": [ "image" ], "operation": [ "create" ] } } }, { "name": "modificationsUi", "displayName": "Modifications", "type": "fixedCollection", "default": {}, "description": "The name of the item you want to change. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "placeholder": "Add Modification", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "image" ], "operation": [ "create" ] } } }, { "name": "imageId", "displayName": "Image ID", "type": "string", "default": "", "description": "Unique identifier for the image", "required": true, "displayOptions": { "show": { "resource": [ "image" ], "operation": [ "get" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create an image", "options": [ { "name": "Create", "value": "create", "description": "Create an image" }, { "name": "Get", "value": "get", "description": "Get an image" } ], "displayOptions": { "show": { "resource": [ "image" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "image", "options": [ { "name": "Image", "value": "image" }, { "name": "Template", "value": "template" } ] } ], "credentialsConfig": [ { "name": "bannerbearApi", "required": true }, { "name": "resource", "required": false } ], "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