connect_widgets
Draw a connected arrow between two widgets by specifying source and target widget IDs and positions.
Instructions
Draw a connected arrow between two widgets. Provide source/target IDs and positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | ||
| muralId | Yes | Mural ID in format "workspaceId.numericId" (e.g. myworkspace.1234567890). Also accepts full Mural URLs. | |
| sourceX | Yes | ||
| sourceY | Yes | ||
| targetX | Yes | ||
| targetY | Yes | ||
| arrowType | No | ||
| sourceWidth | Yes | ||
| sourceHeight | Yes | ||
| sourceWidgetId | Yes | Widget ID arrow starts FROM (tail) | |
| targetWidgetId | Yes | Widget ID arrow points TO (head) |