Miro MCP

by k-jarzyna

update-group

Modify a Miro board group by updating its items list; specify board ID, group ID, and new item IDs to include in the group.

Instructions

Update a specific group on a Miro board with new items

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board that contains the group
dataYesUpdated group data with item IDs to include in the group
groupIdYesID of the group that you want to update

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" }, "data": { "additionalProperties": false, "description": "Updated group data with item IDs to include in the group", "properties": { "items": { "description": "Updated list of item IDs to include in the group", "items": { "type": "string" }, "type": "array" } }, "required": [ "items" ], "type": "object" }, "groupId": { "description": "ID of the group that you want to update", "type": "string" } }, "required": [ "boardId", "groupId", "data" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404