youtube
youtube_reply_comment
Reply to an existing comment. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
Remote node2flow/youtube
Other tools also called youtube_reply_comment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Reply text"
},
"parent_id": {
"type": "string",
"description": "Parent comment ID to reply to"
}
}
}