Skip to main content
Glama

PDF Manipulation MCP Server

pdf_merge_files

Combine multiple PDF documents into a single file for easier organization and sharing.

Instructions

Merge multiple PDF files into one combined PDF.

Input Schema

NameRequiredDescriptionDefault
pdf_pathsYes
output_pathNo

Input Schema (JSON Schema)

{ "properties": { "output_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Path" }, "pdf_paths": { "items": { "type": "string" }, "title": "Pdf Paths", "type": "array" } }, "required": [ "pdf_paths" ], "type": "object" }

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/andr3medeiros/pdf-manipulation-mcp-server'

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