miro_upload_document
Upload local document files to Miro boards. Add PDFs, spreadsheets, presentations, and text files directly from your computer to collaborate visually.
Instructions
Upload a local document file to a Miro board.
USE WHEN: User says "upload this document", "add PDF to board", "upload spreadsheet/presentation file". Use this for document files (pdf, doc, docx, ppt, pptx, xls, xlsx, txt, rtf, csv). For images (png, jpg, gif), use miro_upload_image instead.
PARAMETERS:
board_id: Required
file_path: Absolute path to the document file (required). Supports: pdf, doc, docx, ppt, pptx, xls, xlsx, txt, rtf, csv. Max 6 MB.
title: Document title
x, y: Position
parent_id: Frame ID to place document in
NOTE: The file must exist on the local filesystem. For remote documents, use miro_create_document with a URL instead.
RELATED: To upload a local image instead, use miro_upload_image.
VOICE-FRIENDLY: "Uploaded document 'report.pdf' to board"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| file_path | Yes | Absolute path to the document file on disk | |
| title | No | Document title | |
| x | No | X position | |
| y | No | Y position | |
| parent_id | No | Frame ID to place document in |