Skip to main content
Glama

mcp-pdf-tools

by hanweg

merge-pdfs

Combine multiple PDF files into a single document with the MCP server's PDF merging tool. Specify input file paths and an output destination to streamline document organization.

Instructions

Merge multiple PDF files into a single PDF

Input Schema

NameRequiredDescriptionDefault
input_pathsYesList of input PDF file paths
output_pathYesOutput path for merged PDF

Input Schema (JSON Schema)

{ "properties": { "input_paths": { "description": "List of input PDF file paths", "items": { "type": "string" }, "type": "array" }, "output_path": { "description": "Output path for merged PDF", "type": "string" } }, "required": [ "input_paths", "output_path" ], "type": "object" }
Install Server

Other Tools from mcp-pdf-tools

Related Tools

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/hanweg/mcp-pdf-tools'

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