Skip to main content
Glama

Paperless-NGX MCP Server

by nloui

create_tag

Create a new tag in Paperless-NGX by specifying the name, color, matching algorithm, and pattern to organize and categorize documents efficiently.

Instructions

Create a new tag

Input Schema

NameRequiredDescriptionDefault
colorNo
matchNo
matching_algorithmNo
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "color": { "pattern": "^#[0-9A-Fa-f]{6}$", "type": "string" }, "match": { "type": "string" }, "matching_algorithm": { "maximum": 4, "minimum": 0, "type": "integer" }, "name": { "type": "string" } }, "required": [ "name" ], "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