create_sticky_notes
Create one or more sticky notes on a Mural, customizing each note's text, style, and position coordinates.
Instructions
Create one or more sticky note widgets on a mural (limit 1000).
Each widget object supports:
- x, y (required): Position in px.
- shape (required): "circle" or "rectangle".
- text: Plain text content.
- htmlText: HTML-formatted text (overrides text).
- width, height: Size in px (default 138).
- style: { backgroundColor, bold, italic, underline, strike, font, fontSize, textAlign, border }.
- parentId: ID of parent area widget.
- tags: Array of tag IDs.
Args:
mural_id: The mural ID.
widgets: Array of sticky note objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widgets | Yes | ||
| mural_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |