Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
writeBinaryFile.json1.39 kB
{ "nodeType": "n8n-nodes-base.writeBinaryFile", "displayName": "Write Binary File", "description": "Writes a binary file to disk", "version": 1, "properties": [ { "name": "fileName", "displayName": "File Name", "type": "string", "default": "", "description": "Path to which the file should be written", "placeholder": "/data/example.jpg", "required": true }, { "name": "dataPropertyName", "displayName": "Property Name", "type": "string", "default": "data", "description": "Name of the binary property which contains the data for the file to be written", "required": true }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "Whether to append to an existing file", "placeholder": "Add option", "options": [ { "name": "append", "displayName": "Append", "type": "boolean", "default": false, "description": "Whether to append to an existing file" } ] } ], "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