youtube
youtube_list_comment_replies
List replies to a specific comment. Provide the parent comment ID to get all replies. Costs 1 quota unit.
Remote node2flow/youtube
Other tools also called youtube_list_comment_replies?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"part": {
"type": "string",
"description": "Resource parts (default: \"snippet\")"
},
"parent_id": {
"type": "string",
"description": "Parent comment ID to list replies for"
},
"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\")"
}
}
}