Skip to main content
Glama

Simple Document Processing MCP Server

pdf_splitter

Split a PDF file into multiple smaller files by specifying page ranges. Save the output to a designated directory for organized and precise document management.

Instructions

Split a PDF file into multiple files

Input Schema

NameRequiredDescriptionDefault
inputPathYesPath to the input PDF file
outputDirYesDirectory where split PDFs should be saved
pageRangesYesArray of page ranges to split

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input PDF file", "type": "string" }, "outputDir": { "description": "Directory where split PDFs should be saved", "type": "string" }, "pageRanges": { "description": "Array of page ranges to split", "items": { "properties": { "end": { "type": "number" }, "start": { "type": "number" } }, "type": "object" }, "type": "array" } }, "required": [ "inputPath", "outputDir", "pageRanges" ], "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