Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
vero.json6.57 kB
{ "nodeType": "n8n-nodes-base.vero", "displayName": "Vero", "description": "Consume Vero API", "version": 1, "properties": [ { "name": "id", "displayName": "ID", "type": "string", "default": "", "description": "The unique identifier of the customer", "required": true, "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "track" ] } } }, { "name": "email", "displayName": "Email", "type": "string", "default": "", "placeholder": "name@email.com", "required": true, "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "track" ] } } }, { "name": "eventName", "displayName": "Event Name", "type": "string", "default": "", "description": "The name of the event tracked", "required": true, "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "track" ] } } }, { "name": "jsonParameters", "displayName": "JSON Parameters", "type": "boolean", "default": false, "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "track" ] } } }, { "name": "dataAttributesUi", "displayName": "Data", "type": "fixedCollection", "default": {}, "description": "Key value pairs that represent any properties you want to track with this event", "placeholder": "Add Data", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "track" ], "jsonParameters": [ false ] } } }, { "name": "extraAttributesUi", "displayName": "Extra", "type": "fixedCollection", "default": {}, "description": "Key value pairs that represent reserved, Vero-specific operators. Refer to the note on “deduplication” below.", "placeholder": "Add Extra", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "track" ], "jsonParameters": [ false ] } } }, { "name": "dataAttributesJson", "displayName": "Data", "type": "json", "default": "", "description": "Key value pairs that represent the custom user properties you want to update", "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "track" ], "jsonParameters": [ true ] } } }, { "name": "extraAttributesJson", "displayName": "Extra", "type": "json", "default": "", "description": "Key value pairs that represent reserved, Vero-specific operators. Refer to the note on “deduplication” below.", "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "track" ], "jsonParameters": [ true ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "track", "description": "Track an event for a specific customer", "options": [ { "name": "Track", "value": "track", "description": "Track an event for a specific customer" } ], "displayOptions": { "show": { "resource": [ "event" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "The table to create the row in", "placeholder": "Add Field", "options": [ { "name": "email", "displayName": "Email", "type": "string", "default": "", "description": "The table to create the row in", "placeholder": "name@email.com" } ], "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "newId", "displayName": "New ID", "type": "string", "default": "", "description": "The new unique identifier of the user", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "alias" ] } } }, { "name": "tags", "displayName": "Tags", "type": "string", "default": "", "description": "Tags to add separated by \",\"", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "addTags" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "user", "description": "Create, update and manage the subscription status of your users", "options": [ { "name": "User", "value": "user", "description": "Create, update and manage the subscription status of your users" }, { "name": "Event", "value": "event", "description": "Track events based on actions your customers take in real time" } ] } ], "credentialsConfig": [ { "name": "veroApi", "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