Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
segment.json4.73 kB
{ "nodeType": "n8n-nodes-base.segment", "displayName": "Segment", "description": "Consume Segment API", "version": 1, "properties": [ { "name": "userId", "displayName": "User ID", "type": "string", "default": "", "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "add" ] } } }, { "name": "groupId", "displayName": "Group ID", "type": "string", "default": "", "description": "A Group ID is the unique identifier which you recognize a group by in your own database", "required": true, "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "add" ] } } }, { "name": "traits", "displayName": "Traits", "type": "fixedCollection", "default": {}, "placeholder": "Add Trait", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "add" ] } } }, { "name": "context", "displayName": "Context", "type": "fixedCollection", "default": {}, "description": "Whether a user is active", "placeholder": "Add Context", "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "add" ] } } }, { "name": "integrations", "displayName": "Integration", "type": "fixedCollection", "default": {}, "placeholder": "Add Integration", "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "add" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "add", "description": "Add a user to a group", "options": [ { "name": "Add", "value": "add", "description": "Add a user to a group" } ], "displayOptions": { "show": { "resource": [ "group" ] } } }, { "name": "event", "displayName": "Event", "type": "string", "default": "", "description": "Name of the action that a user has performed", "required": true, "displayOptions": { "show": { "resource": [ "track" ], "operation": [ "event" ] } } }, { "name": "properties", "displayName": "Properties", "type": "fixedCollection", "default": {}, "placeholder": "Add Properties", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "track" ], "operation": [ "event" ] } } }, { "name": "name", "displayName": "Name", "type": "string", "default": "", "description": "Name of the page For example, most sites have a “Signup” page that can be useful to tag, so you can see users as they move through your funnel", "displayOptions": { "show": { "resource": [ "track" ], "operation": [ "page" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "identify", "description": "Group lets you associate an identified user with a group", "options": [ { "name": "Group", "value": "group", "description": "Group lets you associate an identified user with a group" }, { "name": "Identify", "value": "identify", "description": "Identify lets you tie a user to their actions" }, { "name": "Track", "value": "track", "description": "Track lets you record events" } ] } ], "credentialsConfig": [ { "name": "segmentApi", "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