update_memory
Modify an existing memory in the Memory Box MCP Server by updating text, bucket, relationships, or reference data using its unique ID.
Instructions
Update an existing memory including text, bucket, and relationships
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket_id | No | Move memory to different bucket | |
memory_id | Yes | The ID of the memory to update | |
raw_content | No | New raw content for the memory | |
reference_data | No | Updated reference data (same structure as save_memory) | |
source_type | No | Update source type | |
text | No | New text content for the memory |