Skip to main content
Glama

McFlow

connect

Create connections between workflow nodes to establish data flow paths and define execution sequences in n8n automation processes.

Instructions

Create a connection between two nodes in a workflow

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the workflow file
sourceNodeYesID of the source node
sourceOutputNoOutput type from source node (default: main)
targetInputNoInput type for target node (default: main)
targetNodeYesID of the target node

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the workflow file", "type": "string" }, "sourceNode": { "description": "ID of the source node", "type": "string" }, "sourceOutput": { "description": "Output type from source node (default: main)", "type": "string" }, "targetInput": { "description": "Input type for target node (default: main)", "type": "string" }, "targetNode": { "description": "ID of the target node", "type": "string" } }, "required": [ "path", "sourceNode", "targetNode" ], "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/mckinleymedia/mcflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server