Projects, write

Exclude account

Add one account to a project's never-show list, so its posts never reach the feed. Normally the caller's own handle.

write

MCP

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