Memory, write
Edit memory
Rewrite one line of a project's memory. The kind and the order stay as they were.
write
MCP
Tool nameedit_memory
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "edit_memory",
"arguments": {
"project_id": "<uuid>",
"memory_id": "<uuid>",
"body": "<string>"
}
}
}Input
project_idrequireduuid
memory_idrequireduuid
The line's id, from list_memories.
bodyrequiredstring
The new wording, up to 200 characters.
Returns
The line as saved.