get_channel_metadata
Fetch subscriber count, description, and recent video titles for a YouTube channel using its channel ID to enrich search results before presenting to users.
Instructions
Fetch full metadata for a known channel_id.
Use after search_youtube_channels to enrich a candidate with subscriber count, description, and recent video titles before presenting to the user.
Args: channel_id: YouTube channel ID (must start with "UC").
Returns: { channel_id, name, handle, description, subscriber_count, channel_url, recent_video_titles }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes |