Skip to main content
Glama

mcp-miro

by evalstate

get_items_in_frame

Retrieve all items within a specific frame on a Miro board by providing the board ID and frame ID, enabling focused access and management of content.

Instructions

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" }

You must be authenticated.

Other Tools from mcp-miro

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/evalstate/mcp-miro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server