Projects, write

Include account

Take one account off a project's never-show list, so its posts can reach the feed again.

write

MCP

Tool nameinclude_account
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "include_account",
    "arguments": {
      "project_id": "<uuid>",
      "platform": "<x | hn | youtube | bluesky | reddit>",
      "handle": "<string>"
    }
  }
}

Input

project_idrequireduuid
platformrequiredx | hn | youtube | bluesky | reddit

The network the handle is on.

handlerequiredstring

The account's handle, with or without the @. Case does not matter.

Returns

The project as saved, its never-show list one account shorter.