Skip to main content
Glama
tobee89

mcp-paperless-ngx

Create share link bundle

create_share_link_bundle

Bundle multiple documents into one public share link, with an optional expiration period for controlled temporary access without authentication.

Instructions

Publish several documents behind one public link. Same warning as create_share_link: this is publicly reachable without authentication. Confirm first and prefer a finite expiration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idsYes
file_versionNoarchive
expiration_daysNoDays until the bundle expires. Null means never.

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A4.1/5.0
Behavior4/5

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

Beyond the annotations, the description discloses the critical security behavior: the link is publicly reachable without authentication. It also advises confirming before creation and preferring a finite expiration, which is valuable operational context. No contradiction with annotations.

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 action is front-loaded, and the security warning and usage preference follow immediately. Every sentence earns its place.

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?

For a creation tool with no output schema, the description covers the essential purpose and the main operational risk. The file_version parameter is left to the schema's enum, and the response format is only implied, so it is not a full 5.

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

Parameters2/5

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

Schema description coverage is only 33%, so the description needs to compensate for undocumented parameters. It only loosely references document_ids ('several documents') and expiration_days ('finite expiration'), and it says nothing about file_version or null expiration semantics.

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 uses a specific verb ('Publish') and a specific resource ('several documents behind one public link'), which clearly identifies the bundle operation. This distinguishes it from single-link tools like create_share_link and matches the tool name.

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

Usage Guidelines4/5

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

It clearly states the use case: publishing multiple documents behind one public link. It does not explicitly say when not to use this tool or point to a single-document alternative, so it falls just short of a 5.

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