zotero_read_pdf_pages
Read a specific page or page range from a Zotero PDF attachment and get Markdown with headings preserved. Use when you know the exact pages to extract from a paper.
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. Returns Markdown with the page's heading structure preserved.
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 |