Skip to main content
Glama

Simple Document Processing MCP Server

pdf_merger

Combine multiple PDF files into a single document using this tool, which simplifies document management by merging files into one organized output.

Instructions

Merge multiple PDF files into one

Input Schema

NameRequiredDescriptionDefault
inputPathsYesPaths to the input PDF files
outputDirYesDirectory where merged PDFs should be saved

Input Schema (JSON Schema)

{ "properties": { "inputPaths": { "description": "Paths to the input PDF files", "items": { "type": "string" }, "type": "array" }, "outputDir": { "description": "Directory where merged PDFs should be saved", "type": "string" } }, "required": [ "inputPaths", "outputDir" ], "type": "object" }

You must be authenticated.

Other Tools from Simple Document Processing MCP Server

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/cablate/mcp-doc-forge'

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