Skip to main content
Glama

PDF Manipulation MCP Server

pdf_crop_page

Crop specific pages in PDF documents by defining custom coordinates to remove unwanted margins or content areas and focus on relevant sections.

Instructions

Crop a page in a PDF.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
page_numberYes
x0Yes
y0Yes
x1Yes
y1Yes
coordinate_modeNobbox

Input Schema (JSON Schema)

{ "properties": { "coordinate_mode": { "default": "bbox", "title": "Coordinate Mode", "type": "string" }, "page_number": { "title": "Page Number", "type": "integer" }, "pdf_path": { "title": "Pdf Path", "type": "string" }, "x0": { "title": "X0", "type": "number" }, "x1": { "title": "X1", "type": "number" }, "y0": { "title": "Y0", "type": "number" }, "y1": { "title": "Y1", "type": "number" } }, "required": [ "pdf_path", "page_number", "x0", "y0", "x1", "y1" ], "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