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
Name | Required | Description | Default |
---|---|---|---|
agent_node_id | Yes | The ID of the agent node that will use the model and tools | |
memory_node_id | No | The ID of the memory node (optional) | |
model_node_id | No | The ID of the language model node (optional) | |
tool_node_ids | No | Array of tool node IDs to connect to the agent (optional) | |
workflow_name | Yes | The Name of the workflow to add the AI connections to |