Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
readBinaryFiles.json991 B
{ "nodeType": "n8n-nodes-base.readBinaryFiles", "displayName": "Read Binary Files", "description": "Reads binary files from disk", "version": 1, "properties": [ { "name": "fileSelector", "displayName": "File Selector", "type": "string", "default": "", "description": "Pattern for files to read", "placeholder": "*.jpg", "required": true }, { "name": "dataPropertyName", "displayName": "Property Name", "type": "string", "default": "data", "description": "Name of the binary property to which to write the data of the read files", "required": true } ], "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