youtube
YOUTUBE_GET_CHANNEL_ID_BY_HANDLE
Retrieves the YouTube Channel ID for a specific YouTube channel handle.
Remote youtube
Other tools also called YOUTUBE_GET_CHANNEL_ID_BY_HANDLE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_handle": {
"type": "string",
"title": "Channel Handle",
"examples": [
"@Google",
"@YouTubeCreators"
],
"description": "The YouTube channel handle (e.g., @Google) for which to retrieve the corresponding channel ID. This handle must start with an '@' symbol."
}
}
}