create_arrow
Create a freeform arrow on a Mural board by specifying position, size, and path points. Ideal for unsnapped arrows; use connect_widgets for connected arrows.
Instructions
Draw a freeform arrow (not snapped to widgets). For connected arrows, use connect_widgets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Horizontal position in px from left of mural | |
| y | Yes | Vertical position in px from top of mural | |
| style | No | ||
| width | Yes | Bounding box width | |
| height | Yes | Bounding box height | |
| points | Yes | Arrow path points. Arrowhead at FIRST point. | |
| muralId | Yes | Mural ID in format "workspaceId.numericId" (e.g. myworkspace.1234567890). Also accepts full Mural URLs. |