mcp-miro

get_frames

Get all frames from a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board to get frames from

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board to get frames from", "type": "string" } }, "required": [ "boardId" ], "type": "object" }