youtube
youtube_list_comments
List top-level comment threads on a video or channel. Returns comment text, author, likes, reply count, and optionally the first few replies. Costs 1 quota unit.
Remote node2flow/youtube
Other tools also called youtube_list_comments?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Comment thread ID(s), comma-separated"
},
"part": {
"type": "string",
"description": "Resource parts (default: \"snippet,replies\")"
},
"order": {
"type": "string",
"description": "Sort order: \"time\" or \"relevance\" (default: \"time\")"
},
"video_id": {
"type": "string",
"description": "Video ID to list comments for"
},
"channel_id": {
"type": "string",
"description": "Channel ID to list all related comments"
},
"page_token": {
"type": "string",
"description": "Pagination token from previous response"
},
"max_results": {
"type": "number",
"description": "Maximum results per page (1-100, default: 20)"
},
"text_format": {
"type": "string",
"description": "Comment text format: \"html\" or \"plainText\" (default: \"html\")"
}
}
}