Skip to main content
Glama

paperless-mcp

list_tags

Retrieve and manage all tags in your Paperless-NGX instance efficiently. Use filters like name, ordering, and pagination to fetch and cache tags, reducing redundant API calls during sessions.

Instructions

List all tags. IMPORTANT: When a user query may refer to a tag or document type, you should fetch all tags and all document types up front (with a large enough page_size), cache them for the session, and search locally for matches by name or slug before making further API calls. This reduces redundant requests and handles ambiguity between tags and document types efficiently.

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