create_area
Create a grouping area on a mural by specifying its position, size, and optional title and background color.
Instructions
Create an area (grouping section) on a mural.
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 | |
| title | No | ||
| width | Yes | Width in px | |
| height | Yes | Height in px | |
| muralId | Yes | Mural ID in format "workspaceId.numericId" (e.g. myworkspace.1234567890). Also accepts full Mural URLs. | |
| backgroundColor | No | Color hex, e.g. #FF0000FF |