read_document
Retrieve the full text of any document from a Scrivener project by supplying its title, full path, or UUID. Returns content with metadata header showing title, path, and word count.
Instructions
Read the content of a specific document.
Args: identifier: Can be one of: - Document title (e.g., "Chapter 1") - Full path (e.g., "Neon Syn/Book One/Chapter 01/01") - UUID (e.g., "BA3D0D3E-0BC5-4E4F-AEB4-D7203A5215C4")
Returns: The plain text content of the document, with metadata header showing title, path, and word count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |