Skip to main content
Glama

Miro MCP

by k-jarzyna

create-group

Generate a new group on a Miro board by specifying the board ID and item IDs. Organize related elements efficiently for better collaboration and visualization.

Instructions

Create a new group on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board where the group will be created
dataYesGroup data with item IDs to include in the group

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "ID of the board where the group will be created", "type": "string" }, "data": { "additionalProperties": false, "description": "Group data with item IDs to include in the group", "properties": { "items": { "description": "List of item IDs to include in the group", "items": { "type": "string" }, "type": "array" } }, "required": [ "items" ], "type": "object" } }, "required": [ "boardId", "data" ], "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