resolve_youtube_channel
Resolve a YouTube handle or channel URL to obtain channel metadata including ID, name, subscriber count, and recent video titles.
Instructions
Resolve a YouTube handle (@name) or channel URL to channel metadata.
Use this when the user gives an exact handle or URL — skips the search step. Returns None / error for video URLs, free-text strings, or channels that can't be loaded.
Args: handle_or_url: e.g. "@ForwardGuidance" or "https://www.youtube.com/@ForwardGuidance" or "https://www.youtube.com/channel/UCxxxxx".
Returns: { channel_id, name, handle, description, subscriber_count, channel_url, recent_video_titles } on success. { "error": "..." } on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle_or_url | Yes |