Check Project Consistency
check_consistencyScan the entire Scrivener project to identify continuity issues: character contradictions, timeline conflicts, location mismatches, and dropped plot threads.
Instructions
Scan the whole project for continuity problems and return the issues found: character contradictions, timeline conflicts, location mismatches, and dropped or inconsistent plot threads. This is the project-wide continuity checker; use analyze_document to critique a single document's prose instead. Narrow the scan with checkTypes. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkTypes | No | Continuity dimensions to check. Omit or use ["all"] for every check; otherwise pick any of characters, timeline, locations, plotThreads. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| counts | Yes | Issue tallies by severity. | |
| issues | Yes | Continuity issues found, sorted by severity. | |
| checkTypes | Yes | The continuity dimensions that were checked. |