Paperless-NGX MCP Server

by nloui

download_document

Download a document from the Paperless-NGX server using its unique ID, with options to retrieve the original file or processed version.

Instructions

Download a document by ID

Input Schema

NameRequiredDescriptionDefault
idYes
originalNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "number" }, "original": { "type": "boolean" } }, "required": [ "id" ], "type": "object" }
ID: ng04du3voj