Paperless-NGX MCP Server

by nloui

get_document

Retrieve a specific document by its unique ID using the Paperless-NGX MCP Server, enabling precise access to stored files for efficient document management.

Instructions

Get a specific document by ID

Input Schema

NameRequiredDescriptionDefault
idYes

Input Schema (JSON Schema)

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