Youtube · Capability
YouTube Community Engagement
Workflow for managing community interactions including comments, comment threads, subscriptions, and channel management. Designed for community managers, social media teams, and content moderators.
What You Can Do
GET
List comments
— List comments
/v1/comments
POST
Create comment
— Post a new comment
/v1/comments
PUT
Update comment
— Update a comment
/v1/comments
DELETE
Delete comment
— Delete a comment
/v1/comments
GET
List comment threads
— List comment threads
/v1/comment-threads
POST
Create comment thread
— Create a new comment thread
/v1/comment-threads
PUT
Update comment thread
— Update a comment thread
/v1/comment-threads
GET
List subscriptions
— List subscriptions
/v1/subscriptions
POST
Subscribe
— Subscribe to a channel
/v1/subscriptions
DELETE
Unsubscribe
— Unsubscribe from a channel
/v1/subscriptions
GET
List channels
— List channels
/v1/channels
PUT
Update channel
— Update channel settings
/v1/channels
MCP Tools
list-comments
List comments on a video or channel
read-only
idempotent
create-comment
Post a new comment
update-comment
Update an existing comment
idempotent
delete-comment
Delete a comment
idempotent
set-moderation-status
Set moderation status on comments
idempotent
list-comment-threads
List comment threads
read-only
idempotent
create-comment-thread
Create a new comment thread
list-subscriptions
List channel subscriptions
read-only
idempotent
subscribe-to-channel
Subscribe to a YouTube channel
unsubscribe-from-channel
Unsubscribe from a YouTube channel
idempotent
list-channels
List YouTube channels
read-only
idempotent
update-channel
Update channel settings
idempotent
APIs Used
youtube-data