scan_project
Scan a Scrivener project to get a structured overview with chapter titles, word counts, synopses, and opening lines. Quickly understand the whole project before reading specific sections.
Instructions
Scan the project and return a structured overview for analysis.
Returns chapter titles, word counts, synopses (if any), and opening lines. This gives you enough context to understand the whole project without loading every document into memory.
Use this to get a bird's eye view, then use read_document or read_chapter(chapter="...") to dive deeper into specific sections.
Args: folder_path: Optional path to scan a specific folder (e.g., "Book One"). If not provided, scans the entire Draft/Manuscript folder.
Returns: Structured overview with chapter summaries, word counts, and opening lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |