Tool | What It Does | Example Use |
---|---|---|
Search Videos | Search YouTube by keyword with filters like upload date, type, and video length. Returns title, URL, views, and more. | ”Search videos about ‘Python pandas tutorial’ uploaded after 2024-01-01, return title, url, view_count, publish_date” |
Get Video Details | Fetch full metadata for a specific video by URL or ID, including statistics and content details. | ”Get details for https://youtube.com/watch?v=dQw4w9WgXcQ, return title, channel_name, view_count, like_count, published_at” |
Get Channel Videos | List videos from a channel with complete metadata. Supports sorting and limits. | ”Get videos from channel ‘@MrBeast’, limit 10, sort by most_popular, return title, url, view_count” |
Get Playlist Videos | Retrieve videos in a playlist with video-level data and playlist context. | ”Get videos from playlist ‘Learn React - Full Course’ by freeCodeCamp, limit 20, return title, url, duration” |
Get Channel Details | Return channel-level stats such as subscriber count, total videos, description, and creation date. | ”Get channel details for ‘@mkbhd’, return channel_name, subscriber_count, total_videos, description” |
Get Video Comments | Collect comments from a video with author info, likes, and reply counts. | ”Get top 30 comments for video titled ‘iPhone 15 Review’ by MKBHD, return author, comment_text, like_count, published_time” |
Tool | Credits Per Use |
---|---|
Search Videos | 3 credits per item |
Get Video Details | 4 credits per item |
Get Channel Videos | 3 credits per item |
Get Playlist Videos | 3 credits per item |
Get Channel Details | 5 credits per item |
Get Video Comments | 5 credits per item |
Create Your YouTube MCP Node
Add Your Prompt
Test Your Node
Save and Reuse
Video URL
, limit 20, return author, comment_text”Step 1: Search Videos
Step 2: Fetch Transcript
Step 3: Categorize Sentiment using the AI Categorizer node
Step 4: Share to Slack using the 'Slack Message Sender' node
Empty Outputs
Incorrect Results
Errors
Iterate with Request Changes