Miro MCP

by k-jarzyna

get-document-item

Extract details of a specific document item on a Miro board by providing the board ID and item ID. Use this tool to streamline document retrieval within Miro's collaborative workspace.

Instructions

Retrieve information about a specific document item on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board that contains the document
itemIdYesUnique identifier (ID) of the document that you want to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier (ID) of the board that contains the document", "type": "string" }, "itemId": { "description": "Unique identifier (ID) of the document that you want to retrieve", "type": "string" } }, "required": [ "boardId", "itemId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404