Skip to main content
Glama
tobee89

mcp-paperless-ngx

Update tag

update_tag

Update an existing tag's fields without affecting untouched attributes. Pass only the tag ID and the values you want to change.

Instructions

Partially update a tag. Only the fields you pass are changed; omitted fields keep their current value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameNo
colorNoHex colour such as '#a6cee3'.
matchNoText this object matches against, interpreted per matching_algorithm.
ownerNoOwning user ID, or null for unowned.
parentNoParent tag ID for nested tags (Paperless-ngx 3.x). Null for a top-level tag.
is_inbox_tagNoInbox tags are applied to newly consumed documents and mark them as untriaged.
is_insensitiveNoCase-insensitive matching. Defaults to true.
set_permissionsNoObject-level permissions. Overwrites existing permissions entirely unless the endpoint supports merging.
matching_algorithmNoMatching algorithm: 0=none, 1=any word, 2=all words, 3=exact, 4=regex, 5=fuzzy, 6=auto. Use 6 (auto) unless the user asked for a specific rule.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.1

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations only provide generic hints (readOnly=false, idempotent=false, destructive=false). The description adds a concrete behavioral guarantee: omitted fields keep their current value and only passed fields are changed. This is meaningful disclosure beyond the annotations, though it does not cover permissions requirements or validation failures.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler: the first states the purpose, the second states the key operational nuance. Every word earns its place, and the most important behavioral detail is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a 10-parameter update tool with nested objects, the description plus a well-described schema is largely sufficient for correct invocation. It does not mention response format or nested permission overwrite behavior, but no output schema exists and the schema documents permission semantics itself.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers about 80% of the 10 parameters with descriptions, so the baseline is 3. The description reinforces that all optional parameters follow partial-update semantics, but it does not add per-parameter meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly names the resource ('tag') and the action ('partially update'), and the second sentence explains the exact update semantics. This unmistakably distinguishes it from create_tag, delete_tag, and other update_* siblings without requiring the agent to inspect schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool: modify an existing tag while preserving unspecified fields. However, it does not explicitly state alternatives, prerequisites, or exclusions, such as using create_tag for new tags or delete_tag for removal.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/tobee89/mcp-paperless-ngx'

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