remove_tracked_channel
Remove a YouTube channel from the tracked registry. Returns removal success and the updated list of tracked channels.
Instructions
Remove a channel from the registry. You MUST call this tool to remove — claiming "I've removed X" without invoking it leaves the channel still tracked and produces silently wrong state.
No-op (returns removed=false) if the channel_id wasn't tracked. Does NOT clear the per-channel last-seen state, so re-adding later won't re-ingest the backlog.
Args: channel_id: YouTube channel ID.
Returns:
{ removed: true|false,
channel_id,
registry_total: ,
registry_now_contains: [name, name, ...],
user_facing_message: "Removed X. Registry now has N channels: ..." }
Use user_facing_message verbatim when reporting back to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes |