memory_update
Update an existing memory by its ID when knowledge changes or is corrected, avoiding duplicate entries.
Instructions
Update an existing memory by id. Prefer updating over creating duplicates when knowledge changes or gets corrected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Notion page id of the memory | |
| tags | No | ||
| agent | No | ||
| title | No | ||
| source | No | ||
| status | No | ||
| content | No | ||
| project | No | ||
| category | No | ||
| confidence | No | ||
| importance | No | ||
| supersedes | No | ||
| verifiedAt | No | ||
| freshnessDays | No |