miro_create_image
Add images from public URLs to Miro boards with customizable positioning, sizing, and alt text for visual collaboration enhancement.
Instructions
Add an image to a Miro board from a URL.
USE WHEN: User says "add an image", "insert picture from URL", "put this image on the board"
PARAMETERS:
board_id: Required
url: Image URL (must be publicly accessible, required)
title: Alt text / title
width: Image width (preserves aspect ratio)
x, y: Position
NOTE: The image URL must be publicly accessible. Private URLs won't work.
RELATED: To upload a local file instead, use miro_upload_image.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| url | Yes | URL of the image to add (must be publicly accessible) | |
| title | No | Image title/alt text | |
| x | No | X position | |
| y | No | Y position | |
| width | No | Image width (preserves aspect ratio) | |
| parent_id | No | Frame ID to place image in |