miro_create_embed
Embed live previews of external content like YouTube videos, Figma designs, Google Docs, and Vimeo videos directly onto Miro boards for interactive collaboration.
Instructions
Embed external content as a live preview on a Miro board. Supports YouTube, Vimeo, Figma, Google Docs, Loom, and other oEmbed providers. For static images from URL, use miro_create_image. For document references from URL, use miro_create_document.
USE WHEN: "embed this YouTube video", "add a Figma link", "embed Google Doc", "put a Loom video on the board"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| url | Yes | URL to embed (YouTube, Vimeo, Figma, Google Docs, etc.) | |
| mode | No | Display mode: inline (default) or modal | |
| x | No | X position | |
| y | No | Y position | |
| width | No | Embed width (default 400) | |
| height | No | Embed height (default 300) | |
| parent_id | No | Frame ID to place embed in |