get_item_fulltext
Retrieve the full text indexed from a Zotero attachment (PDF, snapshot) using its attachment item key. Locate attachment keys via get_item_children on the parent reference.
Instructions
Get the indexed full text of an attachment (PDF, snapshot, etc.).
The key must be an attachment item key, not its parent. Use get_item_children on a reference to find its attachment keys. Text is only available if Zotero has indexed the attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | 8-character Zotero item key, e.g. 'ABCD2345'. | |
| max_chars | No | Truncate the returned text to this many characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||