map_add_connection
Add a manual connection between two network nodes by specifying source and target node IDs. Optionally set a label and line color, then receive the new connection ID.
Instructions
Add a manual connection between two nodes. Returns the new connection id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Optional line color, e.g. #ef4444 | |
| label | No | Optional connection label | |
| to_id | Yes | Target node id | |
| from_id | Yes | Source node id |