Skip to main content
Glama

paperless-mcp

list_correspondents

Retrieve and filter correspondents from your Paperless-NGX instance by name, paginate results, and order entries with customizable queries.

Input Schema

NameRequiredDescriptionDefault
name__icontainsNo
name__iendswithNo
name__iexactNo
name__istartswithNo
orderingNo
pageNo
page_sizeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name__icontains": { "type": "string" }, "name__iendswith": { "type": "string" }, "name__iexact": { "type": "string" }, "name__istartswith": { "type": "string" }, "ordering": { "type": "string" }, "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/baruchiro/paperless-mcp'

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