list_tracked_channels
List all YouTube channels currently tracked in the registry, with optional tag filtering. Returns channel details and a user-facing message.
Instructions
List all channels currently in the registry. Always call this tool when the user asks "what am I tracking" or similar — never answer from memory or prior conversation context, since the registry can be mutated by other clients between turns.
Args: tag: If provided, return only channels carrying this tag.
Returns:
{ channels: [{channel_id, name, handle, tags, added_at}, ...],
count, tag,
user_facing_message: "Tracking N channels: ..." or "No channels tracked." }
Use user_facing_message verbatim when reporting back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No |