read_document
Extract text content from Scrivener documents for analysis or processing, optionally including synopsis information.
Instructions
Read the content of a document. Optionally includes synopsis (index card text).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | UUID of the document | |
| includeSynopsis | No | If true, returns { content, synopsis } object instead of just content string |