Get Item Fulltext
get_item_fulltextRetrieve the full text extracted from PDF attachments in Zotero. Supports pagination for large documents, returning indexed text with hasMore and nextOffset for fetching remaining content.
Instructions
Get the full-text content of an item (usually a PDF attachment).
Supports pagination for large documents using offset and limit
Use 'hasMore' and 'nextOffset' in response to fetch remaining content
Returns indexed text extracted from PDF, not the original PDF file
If you need the actual PDF file, use download_attachment instead
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of characters to return (default 10000, max 50000) | |
| offset | No | Starting character position (default 0) | |
| itemKey | Yes | The key of the attachment item (get it from get_item_children) |