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