Miro MCP

by k-jarzyna

get-group

Retrieve detailed information about a specific group on a Miro board by providing the board ID and group ID.

Instructions

Retrieve information about a specific group on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board that contains the group
groupIdYesID of the group that you want to retrieve

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" }, "groupId": { "description": "ID of the group that you want to retrieve", "type": "string" } }, "required": [ "boardId", "groupId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404