Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
langchain_textClassifier.json1.54 kB
{ "nodeType": "@n8n/n8n-nodes-langchain.textClassifier", "displayName": "Text Classifier", "description": "Classify your text into distinct categories", "version": 1, "properties": [ { "name": "inputText", "displayName": "Text to Classify", "type": "string", "default": "", "description": "Use an expression to reference data in previous nodes or enter static text", "required": true, "typeOptions": { "rows": 2 } }, { "name": "categories", "displayName": "Categories", "type": "fixedCollection", "default": {}, "description": "Category to add", "placeholder": "Add Category", "required": true, "typeOptions": { "multipleValues": true } }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "What to do with items that don’t match the categories exactly", "placeholder": "Add Option", "options": [ { "name": "multiClass", "displayName": "Allow Multiple Classes To Be True", "type": "boolean", "default": false } ], "typeOptions": { "rows": 6 } } ], "credentialsConfig": [], "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