Create Connections
create_connectionCreate connector lines between nodes by specifying start and end nodes. Optionally set a default connector template for future connections.
Instructions
Create connector lines between nodes, or set/check the default connector template. Pass connectorId to set a default, connections to draw lines, or nothing to check the current default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connections | No | Optional: Array of node connections to create | |
| connectorId | No | Optional: The ID of the connector node to set as default template |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Status message | |
| results | No | Execution details | |
| success | No | Whether the connection command succeeded | |
| defaultConnectorId | No | The ID of the default connector style |