Memory, write

Add memory

Add one line to a project's memory, in the person's own words. One idea a line: it can be muted, edited or deleted on its own.

write

MCP

Tool nameadd_memory
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "add_memory",
    "arguments": {
      "project_id": "<uuid>",
      "kind": "<product | audience | style | avoid | fact>",
      "body": "<string>"
    }
  }
}

Input

project_idrequireduuid
kindrequiredproduct | audience | style | avoid | fact

Which block of the prompt it sits in: product (What you build), audience (Who you talk to), style (How you write), avoid (Never say), fact (Other).

bodyrequiredstring

One idea, up to 200 characters.

series_iduuid

Put the line on one series, read by that series' post runs alone.

Returns

The line as saved, with its id.