create_mural
Create a new mural in a specified room, with options for title, dimensions, background color, and infinite canvas.
Instructions
Create a new mural in a room.
Args:
room_id: The room ID to create the mural in (required).
title: Title of the mural.
background_color: Background color in hex with alpha (e.g. "#FFFFFFFF").
width: Width of the mural in px (3000-60000, default 9216).
height: Height of the mural in px (3000-60000, default 6237).
infinite: If true, canvas is borderless and grows as you add widgets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| width | No | ||
| height | No | ||
| room_id | Yes | ||
| infinite | No | ||
| background_color | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |