mcp_engram_goal_update_status
Update a goal's status to active, blocked, completed, demoted, or abandoned. Include a note to explain the change, maintaining the intentional self-model.
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 |