zotero_read_pdf_pages
Read specific page ranges from a PDF attachment in Zotero. Use this after retrieving the PDF outline to access precise content for analysis.
Instructions
Read specific page range(s) from a PDF attachment of a Zotero item. Use this when you know which pages to read — for example after getting the PDF outline via zotero_get_pdf_outline. Pages are 1-indexed. Requires PyMuPDF: pip install zotero-mcp-server[pdf]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_page | No | Last page to read (1-indexed). If omitted, reads only start_page. | |
| item_key | Yes | Zotero item key/ID of the paper or its PDF attachment. | |
| start_page | Yes | First page to read (1-indexed). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |