Feed, write

Save reply lines

Save the memory lines a replied blip proposed, all of them or the ones named. Show the person the lines before calling this. It spends nothing.

write

MCP

Tool namesave_reply_lines
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "save_reply_lines",
    "arguments": {
      "project_id": "<uuid>",
      "blip_id": "<uuid>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

blip_idrequireduuid

The blip. list_blips names them.

proposal_idstring

The proposal_id mark_replied returned. A proposal goes stale after a day.

keep_indexesarray of integer

Which lines to keep, by their position in the proposal. Omit both lists to keep all.

keep_bodiesarray of string

Which lines to keep, by their exact body text.

Returns

How many lines were written. Each one names the blip it was learned from.