get_item_fulltext
Extract full text from a Zotero item's PDF attachments with page markers, optionally limiting to a page range or character count. Use it to retrieve cited passages from long documents.
Instructions
Extract the full text of an item's PDF attachment(s), with [p. N]
page markers so you can cite specific pages back to the user. Optionally
restrict to a page range with page_start/page_end (1-indexed,
inclusive) — useful for a long document where you only need a section.
max_chars caps the response size (defaults to a safe per-item limit);
the result says so and suggests narrowing the page range if truncated.
This extracts on demand — it does not require the search index to have
been built first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | ||
| page_end | No | ||
| max_chars | No | ||
| page_start | No |