Get Writing Goals
get_writing_goalsList writing goals with computed progress: percent complete, words remaining, and on-pace status. Filter by active, completed, or missed to track project milestones.
Instructions
List writing goals with computed progress: percent complete, words remaining, and whether each goal is on pace given its target date and the current project word count. Use when the writer asks how close they are to a goal or for a progress dashboard; not when defining a new goal (use set_writing_goal) or forecasting a finish date from writing velocity (use predict_completion). Related: set_writing_goal. Requires an open project and the project database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional filter by goal status. Omit to list goals of every status; use "active" to see only goals still in progress. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goals | Yes | Goals with computed progress; empty when none match the filter. | |
| projectWords | Yes | Current total word count of the open project. |