read_chapter
Read a specific chapter or folder from a Scrivener manuscript, returning all its scenes and documents in binder order.
Instructions
Read a specific chapter or section of the manuscript.
Reads all documents within the specified chapter/folder, in binder order.
⚠️ For large projects, always read one chapter at a time to avoid timeouts. Use scan_project first to see available chapters.
Args: chapter: Chapter name or path (e.g., "Chapter 01", "Book One/Chapter 05") include_titles: Whether to include document/folder titles as headings
Returns: The chapter text with all its scenes/documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter | Yes | ||
| include_titles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |