Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
dropcontact.json5.19 kB
{ "nodeType": "n8n-nodes-base.dropcontact", "displayName": "Dropcontact", "description": "Find B2B emails and enrich contacts", "version": 1, "properties": [ { "name": "resource", "displayName": "Resource", "type": "options", "default": "contact", "required": true, "options": [ { "name": "Contact", "value": "contact" } ] }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "enrich", "description": "Find B2B emails and enrich your contact from his name and his website", "required": true, "options": [ { "name": "Enrich", "value": "enrich", "description": "Find B2B emails and enrich your contact from his name and his website" }, { "name": "Fetch Request", "value": "fetchRequest" } ] }, { "name": "requestId", "displayName": "Request ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "fetchRequest" ] } } }, { "name": "email", "displayName": "Email", "type": "string", "default": "", "placeholder": "name@email.com", "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "enrich" ] } } }, { "name": "simplify", "displayName": "Simplify Output (Faster)", "type": "boolean", "default": false, "description": "When off, waits for the contact data before completing. Waiting time can be adjusted with Extend Wait Time option. When on, returns a request_id that can be used later in the Fetch Request operation.", "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "enrich" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "placeholder": "Add Field", "options": [ { "name": "num_siren", "displayName": "Company SIREN Number", "type": "string", "default": "" }, { "name": "siret", "displayName": "Company SIRET Code", "type": "string", "default": "" }, { "name": "company", "displayName": "Company Name", "type": "string", "default": "" }, { "name": "country", "displayName": "Country", "type": "string", "default": "" }, { "name": "first_name", "displayName": "First Name", "type": "string", "default": "" }, { "name": "full_name", "displayName": "Full Name", "type": "string", "default": "" }, { "name": "last_name", "displayName": "Last Name", "type": "string", "default": "" }, { "name": "linkedin", "displayName": "LinkedIn Profile", "type": "string", "default": "" }, { "name": "phone", "displayName": "Phone Number", "type": "string", "default": "" }, { "name": "website", "displayName": "Website", "type": "string", "default": "" } ], "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "enrich" ] } } }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "When not simplifying the response, data will be fetched in two steps. This parameter controls how long to wait (in seconds) before trying the second step.", "placeholder": "Add option", "typeOptions": { "minValue": 1 }, "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "enrich" ] } } } ], "credentialsConfig": [ { "name": "dropcontactApi", "required": true }, { "name": "resource", "required": false }, { "name": "operation", "required": false }, { "name": "requestId", "required": true }, { "name": "options", "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