miro_update_text
Modify text elements on Miro boards by updating content, font size, color, alignment, and position to customize visual information displays.
Instructions
Update a text element (content, font_size, color, position).
VOICE-FRIENDLY: "Updated text to 'New Title'"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Text item ID to update | |
| content | No | New text content (supports basic HTML: <p>, <a>, <b>, <strong>, <i>, <em>, <u>, <s>) | |
| font_size | No | New font size (10-288, default 14) | |
| text_align | No | Text alignment: left, center, right | |
| color | No | New text color (hex like #1a1a1a) | |
| x | No | New X position | |
| y | No | New Y position | |
| width | No | New width | |
| parent_id | No | Move to frame (empty string removes from frame) |