Miro MCP

by k-jarzyna

update-image-item-using-file

Modify an image item on a Miro board by replacing its file, updating its title, or adjusting its position using a specified file path, board ID, and item ID.

Instructions

Update an existing image item on a Miro board using file from device

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board where you want to update the item
filePathYesPath to the new image file on the device
itemIdYesUnique identifier (ID) of the image that you want to update
positionNoUpdated position of the image on the board
titleNoUpdated title of the image

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier (ID) of the board where you want to update the item", "type": "string" }, "filePath": { "description": "Path to the new image file on the device", "type": "string" }, "itemId": { "description": "Unique identifier (ID) of the image that you want to update", "type": "string" }, "position": { "additionalProperties": false, "description": "Updated position of the image on the board", "properties": { "origin": { "description": "Updated origin of the image (center, top-left, etc.)", "type": "string" }, "relativeTo": { "description": "Updated reference point (canvas_center, etc.)", "type": "string" }, "x": { "description": "Updated X coordinate of the image", "type": "number" }, "y": { "description": "Updated Y coordinate of the image", "type": "number" } }, "type": "object" }, "title": { "description": "Updated title of the image", "type": "string" } }, "required": [ "boardId", "itemId", "filePath" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404