Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
awsTextract.json1.74 kB
{ "nodeType": "n8n-nodes-base.awsTextract", "displayName": "AWS Textract", "description": "Sends data to Amazon Textract", "version": 1, "properties": [ { "name": "operation", "displayName": "Operation", "type": "options", "default": "analyzeExpense", "options": [ { "name": "Analyze Receipt or Invoice", "value": "analyzeExpense" } ] }, { "name": "binaryPropertyName", "displayName": "Input Data Field Name", "type": "string", "default": "data", "description": "The name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG.", "required": true, "displayOptions": { "show": { "operation": [ "analyzeExpense" ] } } }, { "name": "simple", "displayName": "Simplify", "type": "boolean", "default": true, "description": "Whether to return a simplified version of the response instead of the raw data", "displayOptions": { "show": { "operation": [ "analyzeExpense" ] } } } ], "credentialsConfig": [ { "name": "aws", "required": true }, { "name": "operation", "required": false }, { "name": "binaryPropertyName", "required": true } ], "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