create_mural
Create a new mural in a specified room, with options for title, dimensions, borderless canvas, and background color. Returns the mural ID and title.
Instructions
Create a new mural in a room. Returns mural ID + title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Mural title | |
| width | No | Width in px (3000–60000, default 9216) | |
| height | No | Height in px (3000–60000, default 6237) | |
| roomId | Yes | Room ID to create the mural in | |
| infinite | No | Borderless canvas that grows as you add widgets | |
| backgroundColor | No | Background color (hex, e.g. #FAFAFAFF) |