mcp-miro

get_items_in_frame

Get all items contained within a specific frame on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board that contains the frame
frameIdYesID of the frame to get items from

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board that contains the frame", "type": "string" }, "frameId": { "description": "ID of the frame to get items from", "type": "string" } }, "required": [ "boardId", "frameId" ], "type": "object" }