Skip to main content
Glama

Miro MCP

by k-jarzyna

update-item-position

Modify the position or parent of an item on a Miro board by specifying its board ID, item ID, and new coordinates or parent ID.

Instructions

Update the position or parent of a specific item on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board that contains the item
itemIdYesUnique identifier (ID) of the item that you want to update
parentIdNoUnique identifier (ID) of the new parent item
positionNoNew position coordinates for the item

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier (ID) of the board that contains the item", "type": "string" }, "itemId": { "description": "Unique identifier (ID) of the item that you want to update", "type": "string" }, "parentId": { "description": "Unique identifier (ID) of the new parent item", "type": "string" }, "position": { "additionalProperties": false, "description": "New position coordinates for the item", "properties": { "x": { "description": "X coordinate of the item", "type": "number" }, "y": { "description": "Y coordinate of the item", "type": "number" } }, "type": "object" } }, "required": [ "boardId", "itemId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/k-jarzyna/mcp-miro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server