Skip to main content
Glama

Memory Box MCP Server

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

NameRequiredDescriptionDefault
bucket_idNoMove memory to different bucket
memory_idYesThe ID of the memory to update
raw_contentNoNew raw content for the memory
reference_dataNoUpdated reference data (same structure as save_memory)
source_typeNoUpdate source type
textNoNew text content for the memory

Input Schema (JSON Schema)

{ "properties": { "bucket_id": { "description": "Move memory to different bucket", "type": "string" }, "memory_id": { "description": "The ID of the memory to update", "type": "integer" }, "raw_content": { "description": "New raw content for the memory", "type": "string" }, "reference_data": { "description": "Updated reference data (same structure as save_memory)", "type": "object" }, "source_type": { "description": "Update source type", "type": "string" }, "text": { "description": "New text content for the memory", "type": "string" } }, "required": [ "memory_id" ], "type": "object" }
Install Server

Other Tools from Memory Box MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/amotivv/memory-box-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server