Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
langchain_modelSelector.json961 B
{ "nodeType": "@n8n/n8n-nodes-langchain.modelSelector", "displayName": "Model Selector", "description": "Use this node to select one of the connected models to this node based on workflow data", "version": 1, "properties": [ { "name": "rules", "displayName": "Rules", "type": "fixedCollection", "default": {}, "description": "Rules to map workflow data to specific models", "placeholder": "Add Rule", "required": true, "typeOptions": { "multipleValues": true } } ], "credentialsConfig": [], "io": { "inputs": [ "AiLanguageModel" ], "outputs": [ "AiLanguageModel" ], "outputNames": [], "hints": {} }, "wiring": { "role": "model", "requires": [], "optional": [], "consumedBy": [ "AiAgent", "AiChain" ], "consumes": [ "AiLanguageModel" ], "produces": [ "AiLanguageModel" ] } }

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