youtube
youtube_post_comment
Post a new top-level comment on a video. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
Remote node2flow/youtube
Other tools also called youtube_post_comment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Comment text"
},
"video_id": {
"type": "string",
"description": "Video ID to comment on"
},
"channel_id": {
"type": "string",
"description": "Channel ID of the comment author (optional)"
}
}
}