Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
copper.json8.75 kB
{ "nodeType": "n8n-nodes-base.copper", "displayName": "Copper", "description": "Consume the Copper API", "version": 1, "properties": [ { "name": "name", "displayName": "Name", "type": "string", "default": "", "description": "Name of the company to create", "required": true, "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "create" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "Description of the company to create", "placeholder": "Add Field", "options": [ { "name": "details", "displayName": "Details", "type": "string", "default": "", "description": "Description of the company to create" }, { "name": "email_domain", "displayName": "Email Domain", "type": "string", "default": "" } ], "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "create" ] } } }, { "name": "companyId", "displayName": "Company ID", "type": "string", "default": "", "description": "ID of the company to delete", "required": true, "displayOptions": { "show": { "resource": [ "company" ], "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": [ "company" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 5, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 1000 }, "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "getAll" ], "returnAll": [ false ] } } }, { "name": "filterFields", "displayName": "Filters", "type": "collection", "default": {}, "description": "Country of the company to filter by", "placeholder": "Add Filter", "options": [ { "name": "country", "displayName": "Country", "type": "options", "default": "", "description": "Country of the company to filter by" }, { "name": "name", "displayName": "Name", "type": "string", "default": "", "description": "Name of the company to filter by" } ], "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "getAll" ] } } }, { "name": "updateFields", "displayName": "Update Fields", "type": "collection", "default": {}, "description": "Description to set for the company", "placeholder": "Add Field", "options": [ { "name": "details", "displayName": "Details", "type": "string", "default": "", "description": "Description to set for the company" }, { "name": "name", "displayName": "Name", "type": "string", "default": "", "description": "Name to set for the company" } ], "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "update" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "options": [ { "name": "Create", "value": "create" }, { "name": "Delete", "value": "delete" }, { "name": "Get", "value": "get" }, { "name": "Get Many", "value": "getAll" }, { "name": "Update", "value": "update" } ], "displayOptions": { "show": { "resource": [ "company" ] } } }, { "name": "leadId", "displayName": "Lead ID", "type": "string", "default": "", "description": "ID of the lead to delete", "required": true, "displayOptions": { "show": { "resource": [ "lead" ], "operation": [ "delete" ] } } }, { "name": "customerSourceId", "displayName": "Customer Source ID", "type": "string", "default": "", "description": "ID of the customer source that generated this opportunity", "displayOptions": { "show": { "resource": [ "opportunity" ], "operation": [ "create" ] } } }, { "name": "primaryContactId", "displayName": "Primary Contact ID", "type": "string", "default": "", "description": "ID of the primary company associated with this opportunity", "displayOptions": { "show": { "resource": [ "opportunity" ], "operation": [ "create" ] } } }, { "name": "opportunityId", "displayName": "Opportunity ID", "type": "string", "default": "", "description": "ID of the opportunity to delete", "required": true, "displayOptions": { "show": { "resource": [ "opportunity" ], "operation": [ "delete" ] } } }, { "name": "personId", "displayName": "Person ID", "type": "string", "default": "", "description": "ID of the person to delete", "required": true, "displayOptions": { "show": { "resource": [ "person" ], "operation": [ "delete" ] } } }, { "name": "projectId", "displayName": "Project ID", "type": "string", "default": "", "description": "ID of the project to delete", "required": true, "displayOptions": { "show": { "resource": [ "project" ], "operation": [ "delete" ] } } }, { "name": "taskId", "displayName": "Task ID", "type": "string", "default": "", "description": "ID of the task to delete", "required": true, "displayOptions": { "show": { "resource": [ "task" ], "operation": [ "delete" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "company", "options": [ { "name": "Company", "value": "company" }, { "name": "Customer Source", "value": "customerSource" }, { "name": "Lead", "value": "lead" }, { "name": "Opportunity", "value": "opportunity" }, { "name": "Person", "value": "person" }, { "name": "Project", "value": "project" }, { "name": "Task", "value": "task" }, { "name": "User", "value": "user" } ] } ], "credentialsConfig": [ { "name": "copperApi", "required": true }, { "name": "resource", "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