Feed, write

Mark replied

Record that you sent a reply to this blip. It posts nothing: it stores the reply as it went out, closes the blip and feeds the deboost guard. One AI action when save_to_memory is true.

writespends

MCP

Tool namemark_replied
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "mark_replied",
    "arguments": {
      "project_id": "<uuid>",
      "blip_id": "<uuid>",
      "reply_text": "<string>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

blip_idrequireduuid

The blip. list_blips names them.

reply_textrequiredstring

The reply as you sent it. A reply, up to 2000 characters.

reply_urlstring

The permalink of your reply, if you have it. Optional, and set_reply_url can add or fix it later. A link to a post on X, Bluesky or Hacker News.

save_to_memoryboolean

Read what you write from the gap between the draft and what you sent, and propose a line or two for the memory. It writes no row: show them and call save_reply_lines. One AI action.

Returns

The blip now closed, the reply row with the time it was recorded, and, when save_to_memory was true, the memory lines it proposed with the proposal_id to save them under. The proposed lines are not saved until save_reply_lines takes them.