Skip to main content
Glama

paperless-mcp

list_documents

List and filter documents in Paperless-NGX by title, correspondent, document type, tag, storage path, or creation date. Use specific ID filters for accurate results, ensuring precise document retrieval tailored to your search criteria.

Instructions

List and filter documents by fields such as title, correspondent, document type, tag, storage path, creation date, and more. IMPORTANT: For queries like 'the last 3 contributions' or when searching by tag, correspondent, document type, or storage path, you should FIRST use the relevant tool (e.g., 'list_tags', 'list_correspondents', 'list_document_types', 'list_storage_paths') to find the correct ID, and then use that ID as a filter here. Only use the 'search' argument for free-text search when no specific field applies. Using the correct ID filter will yield much more accurate results.

Input Schema

NameRequiredDescriptionDefault
correspondentNo
created__gteNo
created__lteNo
document_typeNo
orderingNo
pageNo
page_sizeNo
searchNo
storage_pathNo
tagNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "correspondent": { "type": "number" }, "created__gte": { "type": "string" }, "created__lte": { "type": "string" }, "document_type": { "type": "number" }, "ordering": { "type": "string" }, "page": { "type": "number" }, "page_size": { "type": "number" }, "search": { "type": "string" }, "storage_path": { "type": "number" }, "tag": { "type": "number" } }, "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