Skip to main content
Glama

PDF Manipulation MCP Server

pdf_split

Split PDF files into individual pages or specific page ranges to extract, organize, or share selected content from larger documents.

Instructions

Split a PDF into individual pages or page ranges.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
output_dirNo
page_rangesNo

Input Schema (JSON Schema)

{ "properties": { "output_dir": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Dir" }, "page_ranges": { "anyOf": [ { "items": { "additionalProperties": { "type": "integer" }, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Page Ranges" }, "pdf_path": { "title": "Pdf Path", "type": "string" } }, "required": [ "pdf_path" ], "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