mcp_engram_goal_update_status
Update an existing goal's status to active, blocked, completed, demoted, or abandoned. Preserve goal tracking accuracy by creating proper completion or demotion traces when needed.
Instructions
Update the status of an existing goal (active, blocked, completed, demoted, abandoned). When moving to completed or demoted, the caller is expected to also create a proper Goal Completion/Demotion Trace. This is a core operation for maintaining the intentional self-model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The goal concept name to update | |
| note | No | Optional note explaining the status change | |
| status | Yes | new status: active | blocked | completed | demoted | abandoned |