Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
tapfiliate.json8.14 kB
{ "nodeType": "n8n-nodes-base.tapfiliate", "displayName": "Tapfiliate", "description": "Consume Tapfiliate API", "version": 1, "properties": [ { "name": "email", "displayName": "Email", "type": "string", "default": "", "description": "The affiliate’s email", "placeholder": "name@email.com", "required": true, "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "affiliate" ] } } }, { "name": "firstname", "displayName": "First Name", "type": "string", "default": "", "description": "The affiliate’s firstname", "required": true, "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "affiliate" ] } } }, { "name": "lastname", "displayName": "Last Name", "type": "string", "default": "", "description": "The affiliate’s lastname", "required": true, "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "affiliate" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "The country’s ISO_3166-1 code. <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1\">Codes</a>.", "placeholder": "Add Field", "displayOptions": { "show": { "resource": [ "affiliate" ], "operation": [ "create" ] } } }, { "name": "affiliateId", "displayName": "Affiliate ID", "type": "string", "default": "", "description": "The ID of the affiliate", "required": true, "displayOptions": { "show": { "resource": [ "affiliate" ], "operation": [ "delete" ] } } }, { "name": "returnAll", "displayName": "Return All", "type": "boolean", "default": false, "description": "Whether to return all results or only up to a given limit", "displayOptions": { "show": { "resource": [ "affiliate" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 100, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 1000 }, "displayOptions": { "show": { "resource": [ "affiliate" ], "operation": [ "getAll" ], "returnAll": [ false ] } } }, { "name": "filters", "displayName": "Filters", "type": "collection", "default": {}, "description": "Retrieves affiliates for a certain affiliate group", "placeholder": "Add Field", "options": [ { "name": "affiliate_group_id", "displayName": "Affiliate Group ID", "type": "string", "default": "", "description": "Retrieves affiliates for a certain affiliate group" }, { "name": "click_id", "displayName": "Click ID", "type": "string", "default": "" }, { "name": "email", "displayName": "Email", "type": "string", "default": "", "description": "An email address,", "placeholder": "name@email.com" }, { "name": "parentId", "displayName": "Parent ID", "type": "string", "default": "", "description": "Retrieves children for a certain parent affiliate" }, { "name": "referral_code", "displayName": "Referral Code", "type": "string", "default": "", "description": "An affiliate’s referral code. This corresponds to the value of ref= in their referral link." }, { "name": "source_id", "displayName": "Source ID", "type": "string", "default": "" } ], "displayOptions": { "show": { "resource": [ "affiliate" ], "operation": [ "getAll" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create an affiliate", "options": [ { "name": "Create", "value": "create", "description": "Create an affiliate" }, { "name": "Delete", "value": "delete", "description": "Delete an affiliate" }, { "name": "Get", "value": "get", "description": "Get an affiliate by ID" }, { "name": "Get Many", "value": "getAll", "description": "Get many affiliates" } ], "displayOptions": { "show": { "resource": [ "affiliate" ] } } }, { "name": "metadataUi", "displayName": "Metadata", "type": "fixedCollection", "default": {}, "description": "Meta data", "placeholder": "Add Metadata", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "affiliateMetadata" ], "operation": [ "add" ] } } }, { "name": "key", "displayName": "Key", "type": "string", "default": "", "description": "Name of the metadata key to remove", "displayOptions": { "show": { "resource": [ "affiliateMetadata" ], "operation": [ "remove" ] } } }, { "name": "value", "displayName": "Value", "type": "string", "default": "", "description": "Value to set for the metadata key", "displayOptions": { "show": { "resource": [ "affiliateMetadata" ], "operation": [ "update" ] } } }, { "name": "programId", "displayName": "Program Name or ID", "type": "options", "default": "", "description": "The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "required": true, "displayOptions": { "show": { "operation": [ "add" ], "resource": [ "programAffiliate" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "affiliate", "required": true, "options": [ { "name": "Affiliate", "value": "affiliate" }, { "name": "Affiliate Metadata", "value": "affiliateMetadata" }, { "name": "Program Affiliate", "value": "programAffiliate" } ] } ], "credentialsConfig": [ { "name": "tapfiliateApi", "required": true }, { "name": "resource", "required": false } ], "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