Memory, write
Import memory text
Read a chunk of text about this person or product, a CV or an about page pasted in, and propose the memory lines in it. Nothing is saved yet. One AI action.
writespends
MCP
Tool nameimport_memory_text
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "import_memory_text",
"arguments": {
"project_id": "<uuid>",
"text": "<string>"
}
}
}Input
project_idrequireduuid
textrequiredstring
The text itself, 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.