memory_update_tool
Update an existing memory item with new details, status, or metadata.
Instructions
Update a memory item. Reason is optional but strongly recommended.
Args: id: The memory item ID reason: Why this update was made (strongly recommended for audit trail; defaults to 'maintenance') title: New title statement: New statement details: New details tags: New tags status: New status (active, potentially_stale, invalidated, resolved, superseded) confidence: New confidence (0-1) importance: New importance (0-1) evidence: New evidence list metadata: New metadata project: Optional project root path. Auto-detected from git root if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | No | ||
| title | No | ||
| reason | No | ||
| status | No | ||
| details | No | ||
| project | No | ||
| evidence | No | ||
| metadata | No | ||
| statement | No | ||
| confidence | No | ||
| importance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |