Skip to main content
Glama

mcp-pdf-reader

by pietermyb
MIT License
1

get-pdf-page-text

Extract text content from a specific page in a PDF using the PDF ID and page number. Ideal for quick text retrieval from document pages.

Instructions

Get the text content of a specific page in a PDF

Input Schema

NameRequiredDescriptionDefault
page_numberYesPage number (0-based index)
pdf_idYesID of the PDF to get page text from

Input Schema (JSON Schema)

{ "properties": { "page_number": { "description": "Page number (0-based index)", "type": "integer" }, "pdf_id": { "description": "ID of the PDF to get page text from", "type": "string" } }, "required": [ "pdf_id", "page_number" ], "type": "object" }
Install Server

Other Tools from mcp-pdf-reader

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/pietermyb/mcp-pdf-reader'

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