Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
langchain_lmChatGoogleVertex.json1.21 kB
{ "nodeType": "@n8n/n8n-nodes-langchain.lmChatGoogleVertex", "displayName": "Google Vertex Chat Model", "description": "Chat Model Google Vertex", "version": 1, "properties": [ { "name": "projectId", "displayName": "Project ID", "type": "resourceLocator", "default": "{ mode: 'list', value: '' }", "description": "Select or enter your Google Cloud project ID", "required": true }, { "name": "modelName", "displayName": "Model Name", "type": "string", "default": "gemini-1.5-flash", "description": "The model which will generate the completion. <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models\">Learn more</a>." } ], "credentialsConfig": [ { "name": "googleApi", "required": true }, { "name": "projectId", "required": true } ], "io": { "inputs": [], "outputs": [], "outputNames": [ "Model" ], "hints": { "connectTo": [] } }, "wiring": { "role": "model", "requires": [], "optional": [], "consumedBy": [ "AiAgent", "AiChain" ], "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