Skip to main content
Glama

camelot_pdf_merger

Idempotent

Combine multiple PDF documents into a single unwatermarked file using local browser processing, with zero server uploads for privacy.

Instructions

PDF Merger: Combine multiple PDF documents into one unwatermarked file in your browser with zero server uploads.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/pdf-merger

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentTitlesNoList of document titles or sections to combine

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status of the tool (success or error)
prefillUrlYesDirect deep-link URL to view, edit, and export in Camelot Web Tools
canonicalUrlYesCanonical web URL for this tool on camelotwebtools.com
documentTitleYesTitle of the generated document, report, or calculation output
documentMarkdownYesComplete structured output and body formatted in clean Markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already indicate idempotency and non-destructiveness, and the description adds that processing is local and no server upload occurs, which is relevant for privacy-sensitive use cases. However, it does not explain side effects, file handling, or limitations (e.g., file count or size), leaving behavioral details thin. Since annotations partially cover the safety profile, this is adequate but not comprehensive.

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 sentence with the main action front-loaded. It includes extra marketing-like phrases ('unwatermarked', 'zero server uploads') and a canonical URL, but these do not detract from clarity. It is concise and well-structured for a quick read.

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

Completeness2/5

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

The description does not explain how the actual PDF files are provided to the tool, which is crucial for a merging operation. Given the parameter only accepts titles, the agent lacks direction on how to pass binary content. An output schema exists, but input semantics are incomplete. The description should clarify the expected input source or format.

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?

The schema provides full coverage for the parameter 'documentTitles' with a description, so the baseline is 3. However, the tool description says 'combine multiple PDF documents' while the parameter only takes titles, not actual file content, creating ambiguity about how PDFs are supplied. The description adds no clarity on this mismatch, so it fails to enhance the schema's meaning.

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 description clearly states the action ('Combine multiple PDF documents') and the specific output ('one unwatermarked file'), making the purpose obvious. It differentiates from siblings like camelot_pdf_filler by the core operation, though it does not explicitly name that sibling. The inclusion of 'zero server uploads' and 'local browser processing' adds distinctive context.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives. It mentions local processing and zero uploads, which hints at a privacy advantage, but there is no explicit when-to-use or when-not-to-use guidance, and no alternatives are named. The agent must infer the appropriateness from the tool name alone.

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

Deploy Server

Other Tools