miro_update_image
Modify image properties on Miro boards by updating title, URL, position, width, or moving between frames.
Instructions
Update an image (title, url, position, width).
VOICE-FRIENDLY: "Updated image title to 'Logo'"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Image ID to update | |
| title | No | New image title/alt text | |
| url | No | New image URL | |
| x | No | New X position | |
| y | No | New Y position | |
| width | No | New width (preserves aspect ratio) | |
| parent_id | No | Move to frame (empty string removes from frame) |