get_item_attachments
List file attachments on a Zotero item with availability status, so you can verify a PDF exists before fetching it.
Instructions
List file attachments (PDFs, etc.) on a Zotero item with availability status. Use this to check whether a paper HAS a PDF before fetching it; to actually read the content, use get_pdf_content. Returns {items, count} where each item's availability is one of: stored_remote_available, stored_local_available, linked_local_available, or metadata_only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |