Skip to main content
Glama

paperless-mcp

post_document

Upload and organize documents in Paperless-NGX by specifying file, filename, title, and metadata like tags, correspondents, and document types for efficient document management.

Input Schema

NameRequiredDescriptionDefault
archive_serial_numberNo
correspondentNo
createdNo
custom_fieldsNo
document_typeNo
fileYes
filenameYes
storage_pathNo
tagsNo
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "archive_serial_number": { "type": "string" }, "correspondent": { "type": "number" }, "created": { "type": "string" }, "custom_fields": { "items": { "type": "number" }, "type": "array" }, "document_type": { "type": "number" }, "file": { "type": "string" }, "filename": { "type": "string" }, "storage_path": { "type": "number" }, "tags": { "items": { "type": "number" }, "type": "array" }, "title": { "type": "string" } }, "required": [ "file", "filename" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/baruchiro/paperless-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server