Profile, write

Set peers

Name the 1 to 5 accounts this project measures itself against. They are stored as given: a handle Sonket has never seen is kept but stays blank until it turns up in a blip.

write

MCP

Tool nameset_peers
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "set_peers",
    "arguments": {
      "project_id": "<uuid>",
      "handles": []
    }
  }
}

Input

project_idrequireduuid
handlesrequiredarray of string

1 to 5 X handles, not your own.

profilesarray of { handle, name, avatar_url, bio, followers, posts_count, verified }

What you already know of any of these accounts, off a page you are looking at: one entry per handle, the same fields as note_profile. Each is noted before the peers are saved, so the row shows a name, a picture and a follower count without a read from X.

Returns

The peers as stored, each joined to what we already know of them: name, followers, whether they are watched and whether they are studied, and how many of the profiles sent were noted.