clarik_memory_edit
Update a memory fact by ID with new text, confidence score, or status for persistent context management.
Instructions
Update a specific memory fact by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| factId | Yes | The ID of the memory fact to edit | |
| newFact | No | Updated fact text | |
| newConfidence | No | Updated confidence score | |
| newStatus | No | Updated status | |
| projectPath | No | Project root path for isolation |