Memory, write

Toggle memory

Switch one line on or off. Off keeps the line and stops sending it, which is how to find out whether it was the problem.

write

MCP

Tool nametoggle_memory
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "toggle_memory",
    "arguments": {
      "project_id": "<uuid>",
      "memory_id": "<uuid>",
      "enabled": true
    }
  }
}

Input

project_idrequireduuid
memory_idrequireduuid

The line's id, from list_memories.

enabledrequiredboolean

On goes into every prompt; off keeps the line and sends nothing.

Returns

The line as saved, with its new state.