Memory, write
Note memory
Tell the project something about yourself or the product in a sentence, and get back the memory lines it becomes. Nothing is saved yet. One AI action.
writespends
MCP
Tool namenote_memory
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "note_memory",
"arguments": {
"project_id": "<uuid>",
"text": "<string>"
}
}
}Input
project_idrequireduuid
textrequiredstring
A sentence or two in your own words, up to 20000 characters.
Returns
The proposed lines with the proposal_id to save them under. The proposed lines are not saved until save_memory_lines takes them.