Update memories MCP response
MCP tool response returned by the Update memories MCP tool, including the updated memory payload after the text confirmation.
- Returned by: Update memories MCP tool
- Response type: Text confirmation with memory payload
Response Shape
The tool returns a text confirmation after updating one memory. The confirmation includes the updated Memory MCP response payload as JSON after the Updated memory: prefix. A future expires_at means the returned memory remains lifecycle-managed. Use is_permanent in the memory payload to identify permanent user-added or legacy memories.
| Pattern | Notes |
|---|---|
Updated memory: {memory_json} | {memory_json} is the updated memory payload, including lifecycle fields such as expires_at, strength, and reinforcement_count when available. |
Example
Updated memory: {"govtribe_id":"MEMORY_ID","govtribe_type":"memory","created_at":"2026-07-08T16:22:10Z","memory":"The user prefers weekly saved-search notification examples by default.","updated_at":"2026-07-08T16:24:00Z","source":"assistant_managed","status":"active","expires_at":"2026-10-15","strength":"normal","strength_level":3,"is_fading":false,"is_permanent":false,"reinforcement_count":2,"last_reinforced_at":"2026-07-08T16:24:00Z","showUrl":"https://govtribe.com/api/memory/MEMORY_ID"}