Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
readPDF.json1.12 kB
{ "nodeType": "n8n-nodes-base.readPDF", "displayName": "Read PDF", "description": "Reads a PDF and extracts its content", "version": 1, "properties": [ { "name": "binaryPropertyName", "displayName": "Input Binary Field", "type": "string", "default": "data", "description": "Name of the binary property from which to read the PDF file", "required": true }, { "name": "encrypted", "displayName": "Encrypted", "type": "boolean", "default": false, "required": true }, { "name": "password", "displayName": "Password", "type": "string", "default": "", "description": "Password to decrypt the PDF file with", "displayOptions": { "show": { "encrypted": [ true ] } } } ], "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