archimate_add_connection_to_view
Manually draw a connection line between two diagram objects in a view. Use to add a relationship visualization when automatic connection was skipped or not possible.
Instructions
Manually add a connection (line/arrow) between two diagram objects in a view. Normally unnecessary - archimate_add_to_view auto-draws connections for all relationships it finds between the new element and existing on-canvas elements. Use this tool only to: (a) restore a connection after calling archimate_add_to_view with auto_connect: false, or (b) add a connection that was not auto-drawn because one endpoint was not yet in the view. Both diagram objects must already be in the view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ID of the view | |
| relationship_id | Yes | ID of the relationship to visualize | |
| source_diagram_object_id | Yes | ID of the source diagram object (from archimate_add_to_view response) | |
| target_diagram_object_id | Yes | ID of the target diagram object (from archimate_add_to_view response) |