zotero_read_pdf_pages
Read specific pages from a Zotero PDF attachment. Provide the item key and start page (1-indexed); optionally set an end page to read a range.
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 |
|---|---|---|---|
| item_key | Yes | Zotero item key/ID of the paper or its PDF attachment. | |
| start_page | Yes | First page to read (1-indexed). | |
| end_page | No | Last page to read (1-indexed). If omitted, reads only start_page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |