miro_update_image
Update an image on a Miro board by modifying its title, URL, position, or width. Move the image to a frame or remove it.
Instructions
Update an image (title, url, position, width).
VOICE-FRIENDLY: "Updated image title to 'Logo'"
Input 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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| url | No | ||
| message | Yes |