Feed, write

Set reply url

Set, correct or clear the permalink of the reply you sent to this blip. Sonket stores the post you replied to, not your reply, so this is the only thing that knows where your reply is. Pass no url to remove it.

write

MCP

Tool nameset_reply_url
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "set_reply_url",
    "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.

urlstring

The link to your own reply. A link to a post on X, Bluesky or Hacker News. Leave it out to clear the one stored.

Returns

The link as stored, or null once it is cleared.