Miro MCP

by k-jarzyna

create-embed-item

Add embedded content to a Miro board by specifying URL, position, and dimensions for precise integration. Ideal for incorporating external resources directly into collaborative workspaces.

Instructions

Create a new embed item on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board where the embed will be created
dataYesThe content and configuration of the embed
geometryYesDimensions of the embed
positionYesPosition of the embed on the board

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier (ID) of the board where the embed will be created", "type": "string" }, "data": { "additionalProperties": false, "description": "The content and configuration of the embed", "properties": { "mode": { "description": "Mode of the embed (normal, inline, etc.)", "type": "string" }, "url": { "description": "URL to be embedded on the board", "type": "string" } }, "required": [ "url" ], "type": "object" }, "geometry": { "additionalProperties": false, "description": "Dimensions of the embed", "properties": { "height": { "description": "Height of the embed", "type": "number" }, "width": { "description": "Width of the embed", "type": "number" } }, "type": "object" }, "position": { "additionalProperties": false, "description": "Position of the embed on the board", "properties": { "origin": { "description": "Origin of the embed (center, top-left, etc.)", "type": "string" }, "relativeTo": { "description": "Reference point (canvas_center, etc.)", "type": "string" }, "x": { "description": "X coordinate of the embed", "type": "number" }, "y": { "description": "Y coordinate of the embed", "type": "number" } }, "required": [ "x", "y" ], "type": "object" } }, "required": [ "boardId", "data", "position", "geometry" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404