Skip to main content
Glama

Paperless-NGX MCP Server

by nloui

list_documents

Retrieve a list of documents from the Paperless-NGX server, allowing pagination through specified page and page_size parameters for efficient document management.

Instructions

List all documents

Input Schema

NameRequiredDescriptionDefault
pageNo
page_sizeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "type": "number" }, "page_size": { "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/nloui/paperless-mcp'

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