People, write
Unwatch person
Drop the account watch on one person. Only a watch on them alone: a watch naming several accounts is edited on /watches.
write
MCP
Tool nameunwatch_person
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "unwatch_person",
"arguments": {
"project_id": "<uuid>",
"platform": "<x | hn | youtube | bluesky | reddit>",
"handle": "<string>"
}
}
}Input
project_idrequireduuid
platformrequiredx | hn | youtube | bluesky | reddit
The platform their watch runs on.
handlerequiredstring
Their handle. A leading @ or u/ is fine.
Returns
The platform and handle whose watch was removed.