Skip to main content
Glama

PDF Manipulation MCP Server

pdf_delete_page

Remove specific pages from PDF documents to eliminate unwanted content or streamline file structure for better organization and focused information delivery.

Instructions

Delete a page from a PDF.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
page_numberYes

Input Schema (JSON Schema)

{ "properties": { "page_number": { "title": "Page Number", "type": "integer" }, "pdf_path": { "title": "Pdf Path", "type": "string" } }, "required": [ "pdf_path", "page_number" ], "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