paperless_download_document
Download a document's original PDF to the server's filesystem and get the saved file path. Use when you need the actual file instead of metadata.
Instructions
PRIVACY TIER 3: Download the original document binary (PDF) to the server's filesystem and return the saved file path. Use only when the user explicitly needs the actual file rather than metadata or text. privacy_warning: This materializes the full document file on the MCP server host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | Paperless document ID. | |
| original | No | Download the original file instead of the archived PDF (default false). |