Read Document Annotations
read_annotationsRetrieve inline comments and footnotes from a document to review editorial notes and references without reading the full body. Requires an open project and document ID.
Instructions
Return the inline comments and footnotes attached to a document, grouped by type. Use this to review editorial notes and references without reading the full body; use read_document for the prose itself. Requires an open project and a valid document id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | Scrivener document UUID, as returned by get_structure (a binder item "id"). | |
| includeComments | No | Include inline comments. Default true. | |
| includeFootnotes | No | Include footnotes. Default true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes | Inline comments as [key, value] pairs, where key identifies the comment and value is its text. | |
| footnotes | Yes | Footnotes as [key, value] pairs, where key identifies the footnote and value is its text. |