Read Document Annotations
read_annotationsRetrieves inline comments and footnotes from a Scrivener document, grouped by type. Review editorial notes and references without reading the full text.
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 | ||
| includeComments | No | Include inline comments. Default true. | |
| includeFootnotes | No | Include footnotes. Default true. |