comments
List YouTube comments on published videos (YouTube only today)
List YouTube comments on published videos (YouTube only today) › Request Body
video_idYouTube video ID — the 11-character string from the URL (e.g. "dQw4w9WgXcQ" from youtube.com/watch?v=dQw4w9WgXcQ). Omit to get recent comments across all channel videos.
max_resultsMaximum number of comments to return. Defaults to 50.
page_tokenPagination cursor from previous list_comments response nextPageToken field. Omit for first page of results.
connected_account_id^([0-9a-fA-F]{8}-[0-…Exact YouTube connected-account ID from list_connections. Optional when exactly one active YouTube account is bound to the resolved project — auto-resolved. Required (with a clear list of candidates) when the project has multiple YouTube accounts.
project_id^([0-9a-fA-F]{8}-[0-…Exact brand/project ID. Defaults only when the authenticated user has one project.
response_formatOptional response format. Defaults to text.
List YouTube comments on published videos (YouTube only today) › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorReply to a YouTube comment (YouTube only today)
Reply to a YouTube comment (YouTube only today) › Request Body
parent_idThe ID of the parent comment to reply to (from list_comments).
textThe reply text.
connected_account_id^([0-9a-fA-F]{8}-[0-…Exact YouTube connected-account ID from list_connections. Optional when exactly one active YouTube account is bound to the resolved project — auto-resolved. Required (with a clear list of candidates) when the project has multiple YouTube accounts.
project_id^([0-9a-fA-F]{8}-[0-…Exact brand/project ID. Defaults only when the authenticated user has one project.
response_formatOptional response format. Defaults to text.
Reply to a YouTube comment (YouTube only today) › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorPost a new YouTube comment (YouTube only today)
Post a new YouTube comment (YouTube only today) › Request Body
video_idThe YouTube video ID to comment on.
textThe comment text.
connected_account_id^([0-9a-fA-F]{8}-[0-…Exact YouTube connected-account ID from list_connections. Optional when exactly one active YouTube account is bound to the resolved project — auto-resolved. Required (with a clear list of candidates) when the project has multiple YouTube accounts.
project_id^([0-9a-fA-F]{8}-[0-…Exact brand/project ID. Defaults only when the authenticated user has one project.
response_formatOptional response format. Defaults to text.
Post a new YouTube comment (YouTube only today) › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorModerate a YouTube comment (approve/hide/flag) (YouTube only today)
Moderate a YouTube comment (approve/hide/flag) (YouTube only today) › Request Body
comment_idThe comment ID to moderate.
moderation_status"published" to approve, "rejected" to hide.
connected_account_id^([0-9a-fA-F]{8}-[0-…Exact YouTube connected-account ID from list_connections. Optional when exactly one active YouTube account is bound to the resolved project — auto-resolved. Required (with a clear list of candidates) when the project has multiple YouTube accounts.
project_id^([0-9a-fA-F]{8}-[0-…Exact brand/project ID. Defaults only when the authenticated user has one project.
response_formatOptional response format. Defaults to text.
Moderate a YouTube comment (approve/hide/flag) (YouTube only today) › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorDelete a YouTube comment (YouTube only today)
Delete a YouTube comment (YouTube only today) › Request Body
comment_idThe comment ID to delete.
connected_account_id^([0-9a-fA-F]{8}-[0-…Exact YouTube connected-account ID from list_connections. Optional when exactly one active YouTube account is bound to the resolved project — auto-resolved. Required (with a clear list of candidates) when the project has multiple YouTube accounts.
project_id^([0-9a-fA-F]{8}-[0-…Exact brand/project ID. Defaults only when the authenticated user has one project.
response_formatOptional response format. Defaults to text.
Delete a YouTube comment (YouTube only today) › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isError