Miro MCP

by k-jarzyna

get-group-items

Retrieve all items within a specific group on a Miro board by specifying the board ID, group ID, and optional pagination parameters for efficient data management.

Instructions

Retrieve all items in a specific group on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board that contains the group
cursorNoCursor for pagination
groupIdYesID of the group whose items you want to retrieve
limitNoMaximum number of items to return (default: 50)

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" }, "cursor": { "description": "Cursor for pagination", "type": "string" }, "groupId": { "description": "ID of the group whose items you want to retrieve", "type": "string" }, "limit": { "description": "Maximum number of items to return (default: 50)", "type": "number" } }, "required": [ "boardId", "groupId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404