Skip to main content
Glama
twoer

pdf-toolbox-mcp

by twoer

Tool Merge Pdfs

tool_merge_pdfs

Merge multiple PDFs into a single file in the order you specify, using input paths and an output path. Optionally overwrite existing files when needed.

Instructions

按传入顺序合并多个 PDF 为一个文件。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsYes
outputYes
overwriteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A3.5/5.0
Behavior2/5

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

There are no annotations, so the description carries the full behavioral transparency burden. It discloses the ordering behavior but does not mention whether input files are modified, how the optional overwrite parameter affects behavior, or what happens if the output file already exists. These are relevant side-effect details for an agent invoking the tool.

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 a single concise sentence with no filler and the most important constraint (ordering) is included. Every word contributes to understanding what the tool does.

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 straightforward merge operation the description covers the core behavior, but it leaves gaps around the optional overwrite parameter and failure behavior. Given that annotations are absent and the operation creates a file, a more complete description would state whether existing outputs are overwritten only when the flag is set and whether source files are left untouched.

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 has 0% description coverage, so the description must compensate. It adds meaning by clarifying that the 'paths' array is order-sensitive and that 'output' is the single result file. However, it does not describe the 'overwrite' parameter, whose semantics are only partially inferable from its name and default value.

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 states a specific action ('merge'), a clear resource ('PDFs'), and a meaningful constraint ('in the order passed in'). No sibling tool performs merging, so it is immediately distinguishable from the other PDF operations.

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 that the tool should be used when you need to combine multiple PDFs, but it does not explicitly state when to use it versus alternatives or mention prerequisites such as input file validity or output path expectations. Since no sibling tool merges PDFs, the ambiguity is low, but the guidance is still only implicit.

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

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/twoer/pdf-toolbox-mcp'

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