get_tag_analysis
Analyze YouTube channel tags to identify which ones correlate with higher video views, helping optimize content strategy based on performance data.
Instructions
Aggregates tags across a channel's videos and correlates them with view performance. Returns top tags by frequency and by average views. Useful for finding which tags drive the most traffic.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_url | Yes | YouTube channel URL. Supported formats: https://www.youtube.com/@handle or https://www.youtube.com/channel/UCxxxx | |
| limit | No | Number of recent videos to analyze. Defaults to 50. |