Removes the given profileIds from a watchlist and returns how many were removed plus the new profile count. Free to call. Use get_watchlist to find the profileIds.
Prune a watchlist by removing creators by profile id. Free to call, returns the number removed and the updated count, so an agent can keep a competitor set current as accounts become irrelevant.
Connect the Viral Outliers MCP server once and the remove_watchlist_profiles tool becomes available to your agent alongside all other skills:
claude mcp add --transport http viral-outliers https://viraloutliers.com/api/mcp \
--header "Authorization: Bearer so_live_YOUR_KEY"In Claude.ai or ChatGPT, add a custom connector pointing at https://viraloutliers.com/api/mcp. Your agent then calls remove_watchlist_profiles on its own whenever the task needs it.
| Name | Type | Description |
|---|---|---|
watchlistId* | string | Watchlist id. |
profileIds* | string[] | Internal profile ids to remove. |
Deletes the listed members from the watchlist (ids that are not members are ignored) and returns removed and profileCount. Get the ids from get_watchlist.
This skill is free and never spends credits.
Call remove_watchlist_profiles with the watchlistId and the creator's profileId (from get_watchlist). It is free and returns the updated member count.
Also available as a REST API endpoint.
Related topics: watchlist maintenance · unfollow creator · list pruning