Miro MCP

by k-jarzyna

ungroup-items

Remove grouped items from a Miro board by specifying the board and group IDs. Optionally delete items permanently. Simplify board organization directly via the Miro MCP server.

Instructions

Ungroup a specific group on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board that contains the group
deleteItemsNoIndicates whether the items should be removed. By default, false.
groupIdYesID of the group that you want to ungroup

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "ID of the board that contains the group", "type": "string" }, "deleteItems": { "description": "Indicates whether the items should be removed. By default, false.", "type": "boolean" }, "groupId": { "description": "ID of the group that you want to ungroup", "type": "string" } }, "required": [ "boardId", "groupId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404