Get a book's annotations
get_annotationsReturn your highlights and notes for a chosen book, ordered by chapter, showing the highlighted text and any note you added.
Instructions
Return the user's own annotations (highlights and notes) for one book by bookId, ordered by the book's chapters. Each includes the highlighted text, any note, and the book's own chapterTitle/chapterIndex. NOTE: chapterIndex is BookOrbit's own chapter numbering, NOT the index used by list_chapters/get_chapter — match on chapterTitle if you want to read the surrounding text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookId | Yes | The book's id (from search_books). |