Get highlights and comments on an item
zotero_get_annotationsRetrieve PDF annotations from a Zotero item, including highlights, notes, and images. Filter by type or color and get a page-ordered Markdown summary with comments for focused review.
Instructions
Retrieve the annotations stored on an item's PDF attachments.
Highlights, underlines, sticky notes and image annotations are all returned, grouped by page, with any comment you attached to them.
Args: item_key: Key of the parent item or of an attachment. annotation_type: Restrict to "highlight", "underline", "note" or "image". colour: Restrict to one highlight colour, given as a hex value such as "#ffd400". Useful when colour encodes a coding scheme.
Returns: A Markdown report of the annotations, ordered by page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| colour | No | ||
| item_key | Yes | ||
| annotation_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |