Skip to main content
Glama
tobee89

mcp-paperless-ngx

List share link bundles

list_share_link_bundles
Read-onlyIdempotent

Retrieve share link bundles from Paperless-ngx, showing document groups accessible via one public link. Supports pagination, ordering, and name filtering.

Instructions

Share link bundles (Paperless-ngx 3.x) expose several documents behind a single public link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNoReturn every field instead of the identifying summary.
pageNo1-based page number.
orderingNoField to order by. Prefix with '-' to reverse, e.g. '-created'.
page_sizeNoItems per page. Clamped by the server's configured ceiling.
name__icontainsNoCase-insensitive substring filter on the name.

Schema Changelog

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

  1. First observedv0.1.1

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior, so the safety profile is fully covered. The description adds conceptual context about Paperless-ngx 3.x and bundle semantics but does not disclose return shape or pagination details, which is acceptable given the annotation coverage.

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

Conciseness4/5

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

The description is a single, focused sentence with no filler and defines the key concept and version context. It is minimally structured but effective because the title already carries the action.

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?

For a filtered list operation with five self-documenting parameters and clear read-only annotations, the essential calling information is present. However, with no output schema, a brief statement about the return format or pagination behavior would have made the description more complete.

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?

Schema description coverage is 100%, with every parameter (full, page, ordering, page_size, name__icontains) having its own schema description. The tool description itself adds no parameter-level semantics, so the baseline score of 3 applies.

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

Purpose4/5

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

The title supplies the list verb, while the description defines the resource as 'share link bundles... expose several documents behind a single public link.' This distinguishes bundles from simple share links but stops short of explicitly stating that this tool returns all matching bundles.

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?

No direct when-to-use guidance or sibling exclusions are given. The description implies that this tool is for multi-document public links, while sibling names like list_share_links suggest a related but different resource, but the agent must infer the boundary from naming and context.

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