n8n-workflow-builder-mcp

by ifmelate

add_ai_connections

Integrate AI nodes into workflows by connecting agent, model, tool, and memory nodes for enhanced functionality in n8n-workflow-builder-mcp.

Input Schema

NameRequiredDescriptionDefault
agent_node_idYesThe ID of the agent node that will use the model and tools
memory_node_idNoThe ID of the memory node (optional)
model_node_idNoThe ID of the language model node (optional)
tool_node_idsNoArray of tool node IDs to connect to the agent (optional)
workflow_nameYesThe Name of the workflow to add the AI connections to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agent_node_id": { "description": "The ID of the agent node that will use the model and tools", "type": "string" }, "memory_node_id": { "description": "The ID of the memory node (optional)", "type": "string" }, "model_node_id": { "description": "The ID of the language model node (optional)", "type": "string" }, "tool_node_ids": { "description": "Array of tool node IDs to connect to the agent (optional)", "items": { "type": "string" }, "type": "array" }, "workflow_name": { "description": "The Name of the workflow to add the AI connections to", "type": "string" } }, "required": [ "workflow_name", "agent_node_id" ], "type": "object" }

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