read_pdf
Extract text, metadata, and page count from PDF files or URLs, with options to specify pages or ranges for targeted content retrieval using the PDF Reader MCP Server.
Instructions
Reads content/metadata from one or more PDFs (local/URL). Each source can specify pages to extract.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_full_text | No | Include the full text content of each PDF (only if 'pages' is not specified for that source). | |
include_metadata | No | Include metadata and info objects for each PDF. | |
include_page_count | No | Include the total number of pages for each PDF. | |
sources | Yes | An array of PDF sources to process, each can optionally specify pages. |