Enables interaction with LibreOffice documents (Writer, Calc, Impress, Draw) via MCP, supporting document management, data analysis, and database operations using the OooDev library.
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, and legacy formats through LibreOffice bridge.
Read an email attachment by message ID and part index. Handles text, PDFs, images, office documents, and calendar invites, converting them to readable text or viewable images.
Self-check the environment and optionally a file to report export engine availability, sandbox state, file lock, and slide count without modifications. Run first when a tool refuses or an export engine appears missing.
Deliver a finished presentation by exporting it to DIAL file storage and returning a download URL. Choose PPTX for editing, PDF for read-only, or both for sharing.
Extract specific cell ranges from LibreOffice spreadsheets as structured JSON or markdown tables. Retrieve data efficiently by specifying ranges like A1:D10 instead of loading entire sheets.