Get Item Fulltext
get_item_fulltextRetrieve bounded plain text from a Zotero item's PDF or full-text index. Returns readable text directly without exposing local temp paths.
Instructions
Get bounded plain text from a paper's PDF or Zotero full-text index.
Unlike download_pdf, this returns readable text directly and never exposes a server-local temporary path.
Args: item_key: The Zotero item key (the parent item, not the attachment) attachment_key: Optional PDF attachment key when an item has several PDFs max_chars: Maximum number of characters to return (1,000-200,000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | ||
| max_chars | No | ||
| attachment_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |