create_comment
Place a comment on a mural at specified pixel coordinates, optionally attach it to a widget or parent area, and include the message text to capture feedback directly on the canvas.
Instructions
Create a comment widget on a mural.
Args:
mural_id: The mural ID.
x: Horizontal position in px.
y: Vertical position in px.
message: The comment text.
reference_widget_id: ID of the widget this comment is attached to.
parent_id: ID of parent area widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| message | Yes | ||
| mural_id | Yes | ||
| parent_id | No | ||
| reference_widget_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |