Suggest Improvements
suggest_improvementsGenerate AI writing suggestions for revision, next steps, or alternatives based on a prompt or document content.
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 | ||
| useContext | No | Ground suggestions in the referenced document's content. Default false. |