Skip to main content
Glama
tobee89

mcp-paperless-ngx

Edit a PDF

edit_pdf
Destructive

Reorder, rotate, remove, or split PDF pages to produce a new document. Apply page operations to fix page order or extract specific pages.

Instructions

Reorder, rotate, remove or split out pages of a single document, producing a new document. operations is a list of page instructions; each entry names a source page and what to do with it. Consult the Paperless API docs for the exact operation shape before using this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentsYesExactly one document ID.
operationsYes
delete_originalNoIrreversible — confirm first.
update_documentNoReplace the existing document instead of creating a new one.
include_metadataNoCarry metadata over to the result.

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already establish destructiveHint=true and readOnlyHint=false, so the safety profile is covered. The description adds useful context by clarifying that it generates a new document and that the operations shape is non-trivial, but it does not explain side effects of delete_original or what happens on partial failure.

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?

The description is compact and front-loaded: it opens with the action verbs, explains the core parameter, and closes with a necessary caution to consult the API docs for the exact operation shape. Every sentence earns its place.

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

Completeness3/5

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

The description gives enough high-level context for selecting the tool and understanding its purpose, and the schema documents most parameters. However, with no output schema and a complex `operations` parameter, the definition delegates critical invocation details to external docs and does not describe the return value or error behavior.

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

Parameters4/5

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

Schema description coverage is 80%, so most parameters are already documented. The description adds meaningful semantics for the under-documented `operations` parameter, calling it 'a list of page instructions' where 'each entry names a source page and what to do with it,' which materially improves the agent's understanding beyond the generic schema object.

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 names a specific set of actions ('Reorder, rotate, remove or split out pages') on a specific resource ('a single document') and clarifies the output ('producing a new document'). This clearly distinguishes it from siblings like rotate_documents or merge_documents.

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 establishes the scope ('single document') and that this produces a new document, which implies when it might not be appropriate, but it never names alternatives or gives explicit when-to-use/not-to-use guidance. The instruction to consult the Paperless API docs is a usage caution, not a comparison to sibling tools.

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