- search_videos(query: str, max_results: int)
- get_video_details(video_id: str)
- get_channel_details(channel_id: str)
- list_channel_videos(channel_id: str, max_results: int)
- search_playlists(query: str, max_results: int)
- get_playlist_items(playlist_id: str, max_results: int)
- get_related_videos(video_id: str, max_results: int)
- get_popular_videos(region_code: str, max_results: int)