Skip to main content
Glama

PDF Reader MCP Server

by pablontiv

extract_pdf_pages

Extract specific pages or page ranges from PDF documents into plain or structured text. Specify the file path and page range to retrieve content efficiently.

Instructions

Extract content from specific pages or page ranges of PDF documents

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the PDF file to extract pages from
output_formatNoOutput format: "text" for plain text, "structured" for formatted texttext
page_rangeYesPage range to extract (e.g., "1-3", "2,4,6", or "all")

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the PDF file to extract pages from", "type": "string" }, "output_format": { "default": "text", "description": "Output format: \"text\" for plain text, \"structured\" for formatted text", "enum": [ "text", "structured" ], "type": "string" }, "page_range": { "description": "Page range to extract (e.g., \"1-3\", \"2,4,6\", or \"all\")", "type": "string" } }, "required": [ "file_path", "page_range" ], "type": "object" }
Install Server

Other Tools from PDF Reader 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/pablontiv/pdf-reader-mcp'

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