Feed, write

Save draft

Replace a blip's reply draft with your own text. The model's first draft is kept underneath, which is what the loop learns from.

write

MCP

Tool namesave_draft
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "save_draft",
    "arguments": {
      "project_id": "<uuid>",
      "blip_id": "<uuid>",
      "text": "<string>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

blip_idrequireduuid

The blip. list_blips names them.

textrequiredstring

A reply, up to 2000 characters.

Returns

The blip with the draft as saved.