miro_create_document
Add documents like PDFs from public URLs to Miro boards. Place them at specific coordinates and organize within frames for collaborative visual workspaces.
Instructions
Add a document (PDF, etc.) to a Miro board from a URL. URL must be publicly accessible.
RELATED: To upload a local file instead, use miro_upload_document.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| url | Yes | URL of the document (PDF, etc.) to add | |
| title | No | Document title | |
| x | No | X position | |
| y | No | Y position | |
| width | No | Document preview width | |
| parent_id | No | Frame ID to place document in |