Suggest Improvements
suggest_improvementsGenerate AI writing suggestions for revising, improving, or taking next steps on a document. Suggestions can be grounded in the document's content for more contextual help.
Instructions
Generate AI writing suggestions for a prompt or a specific document — ideas for revision, next steps, or alternatives. Returns suggestion text. Optionally grounds the suggestions in a document's content. Use this for generative "how could this be better" help; use analyze_document for structured metrics or check_consistency to find contradictions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Run as a background job and return a job id instead of waiting. Default false. | |
| prompt | Yes | What to get suggestions about, e.g. "tighten the opening paragraph". | |
| documentId | No | Scrivener document UUID, as returned by get_structure (a binder item "id"). | |
| useContext | No | Ground suggestions in the referenced document's content. Default false. |