miro_get_doc
Retrieve document content and details from Miro boards by specifying board and item IDs. Returns Markdown content, position, and timestamps for viewing documents.
Instructions
Get details of a doc format item by ID.
USE WHEN: User asks "show me that document", "what's in this doc", "read the document"
PARAMETERS:
board_id: Required
item_id: Doc format item ID (required)
RETURNS: Document content (Markdown), position, timestamps.
RELATED: Use miro_create_doc to create new documents. Use miro_delete_doc to remove.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Doc format item ID |