Manuscript Briefing
get_manuscript_briefingGet a single snapshot of the manuscript with total word count against draft target, percent-to-goal, deadline, document and folder counts, status and label breakdowns, and longest/shortest documents for orientation.
Instructions
One "where am I?" snapshot of the whole manuscript: total word count against the project draft target (with percent-to-goal and deadline), document/folder counts, the per-status and per-label breakdown, and the longest and shortest documents. Use this right after open_project to orient before diving in, instead of stitching get_statistics, get_writing_goals, and get_compile_settings together. Read-only. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| words | Yes | ||
| author | No | ||
| byLabel | Yes | Count of text documents per label. | |
| longest | No | Longest text document by word count, or null. | |
| byStatus | Yes | Count of text documents per status (e.g. To Do, Done). | |
| shortest | No | Shortest text document by word count, or null. | |
| documents | Yes | ||
| averageDocumentLength | No | Mean words per text document. |