miro_update_embed
Modify embedded content on Miro boards by updating URL, display mode, dimensions, or position to maintain current visual integrations.
Instructions
Update an embed (url, mode: inline/modal, dimensions, position).
VOICE-FRIENDLY: "Updated embed settings"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Embed ID to update | |
| url | No | New embed URL | |
| mode | No | Display mode: inline or modal | |
| x | No | New X position | |
| y | No | New Y position | |
| width | No | New embed width | |
| height | No | New embed height | |
| parent_id | No | Move to frame (empty string removes from frame) |